Home
last modified time | relevance | path

Searched refs:BTM_BleLoadLocalKeys (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_security_client_interface.cc49 .BTM_BleLoadLocalKeys = BTM_BleLoadLocalKeys,
Dbtm_ble_sec.cc202 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) { in BTM_BleLoadLocalKeys() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_ble.cc43 struct BTM_BleLoadLocalKeys BTM_BleLoadLocalKeys; variable
138 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) { in BTM_BleLoadLocalKeys() function
140 test::mock::stack_btm_ble::BTM_BleLoadLocalKeys(key_type, p_key); in BTM_BleLoadLocalKeys()
Dmock_stack_btm_ble.h85 struct BTM_BleLoadLocalKeys { struct
92 extern struct BTM_BleLoadLocalKeys BTM_BleLoadLocalKeys; argument
Dmock_stack_btm_interface.cc126 .BTM_BleLoadLocalKeys = [](uint8_t /* key_type */,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_ble_sec_api.h205 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key);
Dsecurity_client_callbacks.h97 void (*BTM_BleLoadLocalKeys)(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key); member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc256 get_btm_client_interface().security.BTM_BleLoadLocalKeys( in BTA_dm_on_hw_on()
260 get_btm_client_interface().security.BTM_BleLoadLocalKeys( in BTA_dm_on_hw_on()