mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
bluedroid: fix type for passing argument in function
This commit is contained in:
parent
87bf3260dd
commit
29b2beffc0
@ -1557,7 +1557,7 @@ void btm_ble_ltk_request(UINT16 handle, UINT8 rand[8], UINT16 ediv)
|
|||||||
{
|
{
|
||||||
tBTM_CB *p_cb = &btm_cb;
|
tBTM_CB *p_cb = &btm_cb;
|
||||||
tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
|
tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle);
|
||||||
BT_OCTET8 dummy_stk = {0};
|
BT_OCTET16 dummy_stk = {0};
|
||||||
|
|
||||||
BTM_TRACE_DEBUG ("btm_ble_ltk_request");
|
BTM_TRACE_DEBUG ("btm_ble_ltk_request");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user