Home
last modified time | relevance | path

Searched refs:PORT_WriteData (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc71 int PORT_WriteData(uint16_t /* handle */, const char* /* p_data */, in PORT_WriteData() function
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h435 [[nodiscard]] int PORT_WriteData(uint16_t handle, const char* p_data,
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc1004 int PORT_WriteData(uint16_t handle, const char* p_data, uint16_t max_len, in PORT_WriteData() function
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc425 ASSERT_EQ(PORT_WriteData(port_handle, message.data(), message.size(), in SendAndVerifyOutgoingTransmission()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc261 if (PORT_WriteData(p_scb->conn_handle, buf, (uint16_t)(p - buf), &len) != in bta_ag_send_result()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc199 if (PORT_WriteData(client_cb->conn_handle, buf, buf_len, &len) != in bta_hf_client_send_at()