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_t handle, const char* p_data, uint16_t max_len,
  /system/bt/stack/rfcomm/
port_api.cc     [all...]
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 421 ASSERT_EQ(PORT_WriteData(port_handle, message.data(), message.size(),
    [all...]
  /system/bt/bta/ag/
bta_ag_cmd.cc 261 PORT_WriteData(p_scb->conn_handle, buf, (uint16_t)(p - buf), &len);
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_at.cc 192 PORT_WriteData(client_cb->conn_handle, buf, buf_len, &len);
    [all...]

Completed in 76 milliseconds