/packages/modules/Bluetooth/system/gd/security/pairing/ |
D | classic_pairing_handler_unittest.cc | 231 hci::KeyType key_type) { in ReceiveLinkKeyNotification() 318 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 356 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 394 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 432 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 470 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 508 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 546 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 584 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local 666 hci::KeyType key_type = hci::KeyType::DEBUG_COMBINATION; in TEST_F() local [all …]
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_storage.cc | 64 uint8_t key_type, in btif_storage_add_ble_bonding_key() 70 uint8_t key_type) { in btif_storage_add_ble_local_key() 75 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device() 99 uint8_t key_type, in btif_storage_get_ble_bonding_key() 105 bt_status_t btif_storage_get_ble_local_key(uint8_t key_type, in btif_storage_get_ble_local_key()
|
D | mock_stack_btm_ble.cc | 145 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) { in BTM_BleLoadLocalKeys() 195 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey() 240 void btm_sec_save_le_key(const RawAddress& bd_addr, tBTM_LE_KEY_TYPE key_type, in btm_sec_save_le_key()
|
D | mock_stack_btm_dev.cc | 48 LinkKey* p_link_key, uint8_t key_type, in BTM_SecAddDevice()
|
D | mock_bta_dm_api.cc | 88 tBTM_LE_KEY_TYPE key_type) { in BTA_DmAddBleKey() 93 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice()
|
D | mock_main_shim_btm_api.cc | 93 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() 261 void bluetooth::shim::BTM_BleLoadLocalKeys(uint8_t key_type, in BTM_BleLoadLocalKeys() 397 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey()
|
D | mock_stack_btm_sec.cc | 290 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
|
D | mock_bta_dm_act.cc | 150 tBTM_LE_KEY_TYPE key_type) { in bta_dm_add_blekey()
|
/packages/modules/Bluetooth/system/gd/security/record/ |
D | security_record.h | 51 void SetLinkKey(std::array<uint8_t, 16> link_key, hci::KeyType key_type) { in SetLinkKey()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble.cc | 146 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey() 186 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) { in BTM_BleLoadLocalKeys() 1170 void btm_sec_save_le_key(const RawAddress& bd_addr, tBTM_LE_KEY_TYPE key_type, in btm_sec_save_le_key() 2076 static void btm_notify_new_key(uint8_t key_type) { in btm_notify_new_key()
|
D | btm_dev.cc | 67 LinkKey* p_link_key, uint8_t key_type, in BTM_SecAddDevice()
|
D | security_device_record.h | 122 tBTM_LE_KEY_TYPE key_type; /* bit mask of valid key types in record */ member
|
D | btm_sec.cc | 3921 const Octet16& link_key, uint8_t key_type) { in btm_sec_link_key_notification()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_api.cc | 231 const LinkKey& link_key, uint8_t key_type, in BTA_DmAddDevice() 369 tBTM_LE_KEY_TYPE key_type) { in BTA_DmAddBleKey()
|
D | bta_dm_act.cc | 2148 const LinkKey& key, uint8_t key_type, in bta_dm_new_link_key_cback() 3747 static void bta_dm_ble_id_key_cback(uint8_t key_type, in bta_dm_ble_id_key_cback() 3786 tBTM_LE_KEY_TYPE key_type) { in bta_dm_add_blekey()
|
D | bta_dm_int.h | 156 uint8_t key_type; member
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_auth.cc | 282 uint8_t key_type; in gatt_determine_sec_act() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 517 static void btif_read_le_key(const uint8_t key_type, const size_t key_len, in btif_read_le_key() 852 LinkKey link_key, uint8_t key_type, in btif_storage_add_bonded_device() 1173 uint8_t key_type, in btif_storage_add_ble_bonding_key() 1215 uint8_t key_type, in btif_storage_get_ble_bonding_key() 1287 uint8_t key_type) { in btif_storage_add_ble_local_key() 1317 bt_status_t btif_storage_get_ble_local_key(uint8_t key_type, in btif_storage_get_ble_local_key()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm_api.cc | 919 tBTM_LE_KEY_TYPE key_type) { in BTM_SecAddBleKey() 924 void bluetooth::shim::BTM_BleLoadLocalKeys(uint8_t key_type, in BTM_BleLoadLocalKeys() 1231 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 73 static void smp_update_key_mask(tSMP_CB* p_cb, uint8_t key_type, bool recv) { in smp_update_key_mask() 1135 uint8_t key_type = p_data->key.key_type; in smp_proc_sl_key() local
|
D | smp_int.h | 200 uint8_t key_type; member
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api.h | 291 tBTM_LE_KEY_TYPE key_type; member 301 uint8_t key_type; /* The type of Link Key */ member
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | btu_hcif.cc | 1526 uint8_t key_type; in btu_hcif_link_key_notification_evt() local
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_ble_api_types.h | 563 tBTM_LE_KEY_TYPE key_type; member
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | link_layer_controller.cc | 5026 void LinkLayerController::SaveKeyAndAuthenticate(uint8_t key_type, in SaveKeyAndAuthenticate()
|