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

  /system/bt/stack/include/
port_api.h 344 * Function PORT_GetRxQueueCnt
352 extern int PORT_GetRxQueueCnt(uint16_t handle, uint16_t* p_rx_queue_count);
  /system/bt/stack/rfcomm/
port_api.cc 615 * Function PORT_GetRxQueueCnt
623 int PORT_GetRxQueueCnt(uint16_t handle, uint16_t* p_rx_queue_count) {
626 RFCOMM_TRACE_API("PORT_GetRxQueueCnt() handle:%d", handle);
646 "PORT_GetRxQueueCnt() p_rx_queue_count:%d, p_port->rx.queue.count = %d",
    [all...]

Completed in 48 milliseconds