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

  /system/bt/stack/include/
gap_api.h 214 * Function GAP_GetRxQueueCnt
223 extern int GAP_GetRxQueueCnt(uint16_t handle, uint32_t* p_rx_queue_count);
  /system/bt/bta/jv/
bta_jv_api.cc 462 if (BT_PASS == GAP_GetRxQueueCnt((uint16_t)handle, p_data_size)) {
  /system/bt/bta/hearing_aid/
hearing_aid.cc 917 GAP_GetRxQueueCnt(gap_handle, &bytes_to_read);
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 420 * Function GAP_GetRxQueueCnt
429 int GAP_GetRxQueueCnt(uint16_t handle, uint32_t* p_rx_queue_count) {
444 DVLOG(1) << StringPrintf("GAP_GetRxQueueCnt - rc = 0x%04x, rx_queue_count=%d",
    [all...]

Completed in 64 milliseconds