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

  /system/bt/stack/include/
port_api.h 547 ** Function PORT_ReadData
559 extern int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len,
  /system/bt/bta/hf_client/
bta_hf_client_act.c 512 while (PORT_ReadData(bta_hf_client_cb.scb.conn_handle, buf, BTA_HF_CLIENT_RFC_READ_MAX, &len) == PORT_SUCCESS)
  /system/bt/bta/ag/
bta_ag_act.c 654 if (PORT_ReadData(p_scb->conn_handle, buf, BTA_AG_RFC_READ_MAX, &len) != PORT_SUCCESS)
  /system/bt/stack/rfcomm/
port_api.c     [all...]
  /system/bt/bta/jv/
bta_jv_act.c     [all...]

Completed in 132 milliseconds