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

  /system/bt/bta/hf_client/
bta_hf_client_act.cc 412 while (PORT_ReadData(client_cb->conn_handle, buf, BTA_HF_CLIENT_RFC_READ_MAX,
  /system/bt/stack/include/
port_api.h 549 * Function PORT_ReadData
561 extern int PORT_ReadData(uint16_t handle, char* p_data, uint16_t max_len,
  /system/bt/bta/ag/
bta_ag_act.cc 616 if (PORT_ReadData(p_scb->conn_handle, buf, BTA_AG_RFC_READ_MAX, &len) !=
  /system/bt/stack/rfcomm/
port_api.cc     [all...]
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 444 int status = PORT_ReadData(port_handle, buffer, L2CAP_MTU_SIZE, &length);
    [all...]

Completed in 80 milliseconds