Searched refs:ble_hci_handle (Results 1 – 4 of 4) sorted by relevance
84 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_LE); in BTM_SecAddDevice()280 || (p_context->context.handle == p_sec_dev->ble_hci_handle) in btm_find_sec_dev_in_list()413 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev()586 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle; in btm_consolidate_dev()
99 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice()107 BTM_TRACE_DEBUG ("hci_handl=0x%x ", p_dev_rec->ble_hci_handle ); in BTM_SecAddBleDevice()1667 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt()1670 if (btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, stk)) { in btm_ble_start_encrypt()1674 if (btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, p_rec->ble.keys.rand, in btm_ble_start_encrypt()1759 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply()1994 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected()2247 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle);2256 l2cu_start_post_bond_timer(p_dev_rec->ble_hci_handle);2437 if (p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) {
995 … || ((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_LE in btm_sec_bond_by_transport()1364 || (transport == BT_TRANSPORT_LE && p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_SetEncryption()1464 if (conn_handle == p_dev_rec->ble_hci_handle) { in btm_sec_send_hci_disconnect()4303 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 : 0; in btm_sec_connected()4631 p_dev_rec->ble_hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()
674 UINT16 ble_hci_handle; /* use in DUMO connection */ member