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 750 if ((reason = L2CA_GetDisconnectReason(p_tcb->peer_bda)) == 0)
784 if ((reason = L2CA_GetDisconnectReason(p_tcb->peer_bda)) == 0)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 221 ** Function L2CA_GetDisconnectReason
228 UINT16 L2CA_GetDisconnectReason (BD_ADDR remote_bda)
236 L2CAP_TRACE_DEBUG1 ("L2CA_GetDisconnectReason=%d ",reason);

Completed in 195 milliseconds