HomeSort by relevance Sort by last modified time
    Searched refs:ble_hci_handle (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/btm/
btm_dev.cc 258 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE);
329 if (p_dev_rec->hci_handle == *handle || p_dev_rec->ble_hci_handle == *handle)
409 p_target_rec->ble_hci_handle = temp_rec.ble_hci_handle;
btm_ble.cc 80 p_dev_rec->ble_hci_handle = BTM_GetHCIConnHandle(bd_addr, BT_TRANSPORT_LE);
89 p_dev_rec->ble_hci_handle);
    [all...]
btm_int_types.h 561 uint16_t ble_hci_handle; /* use in DUMO connection */ member in struct:__anon106205
    [all...]
btm_sec.cc     [all...]

Completed in 181 milliseconds