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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 798 if ((reason = L2CA_GetDisconnectReason(p_tcb->peer_bda, p_tcb->transport)) == 0)
834 if ((reason = L2CA_GetDisconnectReason(p_tcb->peer_bda, p_tcb->transport)) == 0)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 207 ** Function L2CA_GetDisconnectReason
214 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda, tBT_TRANSPORT transport)
222 L2CAP_TRACE_DEBUG ("L2CA_GetDisconnectReason=%d ",reason);
    [all...]

Completed in 59 milliseconds