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

  /external/bluetooth/bluedroid/stack/include/
port_api.h 578 ** Function PORT_WriteData
589 RFC_API extern int PORT_WriteData (UINT16 handle, char *p_data, UINT16 max_len,
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 386 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
450 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
    [all...]
bta_ag_act.c 845 PORT_WriteData(p_scb->conn_handle, p_data_area, strlen(p_data_area), &len);
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c     [all...]

Completed in 54 milliseconds