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() 1631 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt() 1634 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, *p_stk); in btm_ble_start_encrypt() 1636 btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, p_rec->ble.keys.rand, in btm_ble_start_encrypt() 1716 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply() 1882 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected() 1983 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback() 1992 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle); in btm_proc_smp_cback()
|
D | btm_int_types.h | 537 uint16_t ble_hci_handle; /* use in DUMO connection */ member
|
D | btm_sec.cc | 838 ((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && in btm_sec_bond_by_transport() 1153 p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE)) { in BTM_SetEncryption() 1249 if (conn_handle == p_dev_rec->ble_hci_handle) return status; in btm_sec_send_hci_disconnect() 3905 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 : 0; in btm_sec_connected() 4280 p_dev_rec->ble_hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
|