Home
last modified time | relevance | path

Searched refs:ble_hci_handle (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_dev.c322 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_LE); in btm_sec_alloc_dev()
424 ||(p_dev_rec->ble_hci_handle == handle) in btm_find_dev_by_handle()
Dbtm_ble.c96 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle (bd_addr, BT_TRANSPORT_LE); in BTM_SecAddBleDevice()
104 BTM_TRACE_DEBUG ("hci_handl=0x%x ", p_dev_rec->ble_hci_handle ); in BTM_SecAddBleDevice()
1259 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_start_encrypt()
1263 if (btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, dummy_rand, 0, stk)) in btm_ble_start_encrypt()
1268 if (btsnd_hcic_ble_start_enc(p_rec->ble_hci_handle, p_rec->ble.keys.rand, in btm_ble_start_encrypt()
1407 p_cb->enc_handle = p_rec->ble_hci_handle; in btm_ble_ltk_request_reply()
1605 p_dev_rec->ble_hci_handle = handle; in btm_ble_connected()
Dbtm_int.h605 UINT16 ble_hci_handle; /* use in DUMO connection */ member
Dbtm_sec.c1193 ||((p_dev_rec->ble_hci_handle != BTM_SEC_INVALID_HANDLE) && transport == BT_TRANSPORT_LE in btm_sec_bond_by_transport()
1572 || (transport == BT_TRANSPORT_LE && p_dev_rec->ble_hci_handle == BTM_SEC_INVALID_HANDLE) in BTM_SetEncryption()
4353 bit_shift = (handle == p_dev_rec->ble_hci_handle) ? 8 :0; in btm_sec_connected()
4751 p_dev_rec->ble_hci_handle = BTM_SEC_INVALID_HANDLE; in btm_sec_disconnected()