Home
last modified time | relevance | path

Searched defs:BTM_SecAddBleKey (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dsecurity_client_callbacks.h109 void (*BTM_SecAddBleKey)(const RawAddress& bd_addr, member
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.h348 struct BTM_SecAddBleKey { struct
359 extern struct BTM_SecAddBleKey BTM_SecAddBleKey; argument
Dmock_stack_btm_ble.cc61 struct BTM_SecAddBleKey BTM_SecAddBleKey; variable
233 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc167 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey() function