Searched refs:ble_hci_handle (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.cc | 261 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev() 317 if (p_dev_rec->hci_handle == *handle || p_dev_rec->ble_hci_handle == *handle) in is_handle_equal() 398 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()
|
D | btm_ble.cc | 80 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice() 89 __func__, p_dev_rec->ble_hci_handle, p_dev_rec, in BTM_SecAddBleDevice() 1619 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt() 1622 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, *p_stk); in btm_ble_start_encrypt() 1624 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, p_rec->ble.keys.rand, in btm_ble_start_encrypt() 1702 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply() 1868 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected() 1969 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 1978 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 2143 if (p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) { in BTM_GetLeSecurityState()
|
D | btm_int_types.h | 552 uint16_t ble_hci_handle; /* use in DUMO connection */ member
|
D | btm_sec.cc | 911 ((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && in btm_sec_bond_by_transport() 1256 p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE)) { in BTM_SetEncryption() 1352 if (conn_handle == p_dev_rec->ble_hci_handle) return status; in btm_sec_send_hci_disconnect() 4165 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 : 0; in btm_sec_connected() 4537 p_dev_rec->ble_hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
|