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

  /system/bt/stack/include/
port_api.h 579 ** Function PORT_WriteData
590 extern int PORT_WriteData (UINT16 handle, char *p_data, UINT16 max_len,
  /system/bt/bta/ag/
bta_ag_act.c 857 PORT_WriteData(p_scb->conn_handle, p_data_area, strlen(p_data_area), &len);
bta_ag_cmd.c 392 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
456 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
    [all...]
  /system/bt/stack/rfcomm/
port_api.c     [all...]
  /system/bt/bta/hf_client/
bta_hf_client_at.c 197 PORT_WriteData(bta_hf_client_cb.scb.conn_handle, buf, buf_len, &len);
    [all...]

Completed in 930 milliseconds