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

  /system/bt/stack/btu/
btu_hcif.cc 657 if (!l2c_link_hci_disc_comp(handle, reason)) btm_sco_removed(handle, reason);
659 l2c_link_hci_disc_comp(handle, reason);
    [all...]
  /system/bt/stack/l2cap/
l2c_link.cc 172 if (status != HCI_SUCCESS) l2c_link_hci_disc_comp(p_lcb->handle, status);
333 * Function l2c_link_hci_disc_comp
341 bool l2c_link_hci_disc_comp(uint16_t handle, uint8_t reason) { function
398 "l2c_link_hci_disc_comp: Restarting pending ACL request");
    [all...]
l2c_int.h 728 extern bool l2c_link_hci_disc_comp(uint16_t handle, uint8_t reason);
    [all...]
l2c_utils.cc     [all...]
  /system/bt/stack/btm/
btm_acl.cc 417 l2c_link_hci_disc_comp(p->hci_handle, HCI_ERR_HW_FAILURE);
    [all...]

Completed in 917 milliseconds