Searched refs:ble_hci_handle (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.cc | 237 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev() 294 if (p_dev_rec->hci_handle == *handle || p_dev_rec->ble_hci_handle == *handle) in is_handle_equal() 375 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()
|
D | security_device_record.h | 394 uint16_t ble_hci_handle; /* use in DUMO connection */ member 395 uint16_t get_ble_hci_handle() const { return ble_hci_handle; } in get_ble_hci_handle()
|
D | btm_ble.cc | 72 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice() 81 __func__, p_dev_rec->ble_hci_handle, p_dev_rec, in BTM_SecAddBleDevice() 1470 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt() 1473 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, *p_stk); in btm_ble_start_encrypt() 1475 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, p_rec->ble.keys.rand, in btm_ble_start_encrypt() 1555 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply() 1706 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected() 1810 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 1819 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback()
|
D | btm_sec.cc | 760 ((p_dev_rec->ble_hci_handle != HCI_INVALID_HANDLE) && in btm_sec_bond_by_transport() 1063 p_dev_rec->ble_hci_handle == HCI_INVALID_HANDLE)) { in BTM_SetEncryption() 1166 if (conn_handle == p_dev_rec->ble_hci_handle) { in btm_sec_send_hci_disconnect() 3430 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 : 0; in btm_sec_connected() 3745 p_dev_rec->ble_hci_handle = HCI_INVALID_HANDLE; in btm_sec_disconnected()
|