Searched refs:ble_hci_handle (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.cc | 267 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev() 323 if (p_dev_rec->hci_handle == *handle || p_dev_rec->ble_hci_handle == *handle) in is_handle_equal() 404 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()
|
D | btm_ble.cc | 87 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice() 96 __func__, p_dev_rec->ble_hci_handle, p_dev_rec, in BTM_SecAddBleDevice() 1712 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt() 1715 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, *p_stk); in btm_ble_start_encrypt() 1717 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, p_rec->ble.keys.rand, in btm_ble_start_encrypt() 1797 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply() 1963 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected() 2067 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 2076 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 2253 if (p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) { in BTM_GetLeSecurityState()
|
D | btm_int_types.h | 548 uint16_t ble_hci_handle; /* use in DUMO connection */ member
|
D | btm_sec.cc | 877 ((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && in btm_sec_bond_by_transport() 1186 p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE)) { in BTM_SetEncryption() 1282 if (conn_handle == p_dev_rec->ble_hci_handle) return status; in btm_sec_send_hci_disconnect() 3956 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 : 0; in btm_sec_connected() 4331 p_dev_rec->ble_hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
|