Searched refs:ble_hci_handle (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_dev.cc | 280 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev() 290 if (p_dev_rec->hci_handle == *handle || p_dev_rec->ble_hci_handle == *handle) in is_handle_equal() 403 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev() 447 if (p_target_rec->ble_hci_handle != HCI_INVALID_HANDLE) { in btm_dev_consolidate_existing_connections() 467 if (p_dev_rec->ble_hci_handle == HCI_INVALID_HANDLE) { in btm_dev_consolidate_existing_connections() 477 p_dev_rec->bd_addr, p_dev_rec->ble_hci_handle); in btm_dev_consolidate_existing_connections() 480 p_target_rec->ble_hci_handle = p_dev_rec->ble_hci_handle; in btm_dev_consolidate_existing_connections()
|
D | btm_ble_sec.cc | 91 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice() 100 p_dev_rec->ble_hci_handle, fmt::ptr(p_dev_rec), bd_addr); in BTM_SecAddBleDevice() 1240 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt() 1243 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, *p_stk); in btm_ble_start_encrypt() 1246 p_rec->ble_hci_handle, p_rec->sec_rec.ble_keys.rand, in btm_ble_start_encrypt() 1376 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply() 1534 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected() 1633 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 1656 } else if (p_dev_rec->ble_hci_handle == HCI_INVALID_HANDLE) { in btm_proc_smp_cback()
|
D | security_device_record.h | 390 uint16_t get_ble_hci_handle() const { return ble_hci_handle; } in get_ble_hci_handle() 429 uint16_t ble_hci_handle; /* use in DUMO connection */ variable
|
D | btm_sec.cc | 741 ((p_dev_rec->ble_hci_handle != HCI_INVALID_HANDLE) && in btm_sec_bond_by_transport() 1069 if (p_dev_rec->ble_hci_handle == HCI_INVALID_HANDLE) { in BTM_SetEncryption() 1159 p_dev_rec->hci_handle, p_dev_rec->ble_hci_handle, in BTM_SetEncryption() 1233 if (conn_handle == p_dev_rec->ble_hci_handle) { in btm_sec_send_hci_disconnect() 3333 } else if (p_dev_rec->ble_hci_handle == handle) { // BLE in btm_sec_encrypt_change() 3352 } else if (p_dev_rec->ble_hci_handle == handle) { // BLE in btm_sec_encrypt_change() 3668 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 : 0; in btm_sec_connected() 4009 p_dev_rec->ble_hci_handle = HCI_INVALID_HANDLE; in btm_sec_disconnected()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 148 device_record->ble_hci_handle = ble_handle; in TEST_F() 280 device_record->ble_hci_handle = ble_handle; in TEST_F()
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 2196 p_sec_rec->ble_hci_handle, local_conn_addr, p_addr_type, ota_address); in BTM_ReadConnectionAddr() 2261 p_sec_rec->ble_hci_handle, conn_addr, p_addr_type, ota_address); in BTM_ReadRemoteConnectionAddr()
|