Searched refs:PORT_WriteData (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_rfcomm_port_api.cc | 71 int PORT_WriteData(uint16_t /* handle */, const char* /* p_data */, in PORT_WriteData() function
|
/packages/modules/Bluetooth/system/stack/include/ |
D | port_api.h | 435 [[nodiscard]] int PORT_WriteData(uint16_t handle, const char* p_data,
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | port_api.cc | 1004 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/ |
D | stack_rfcomm_test.cc | 425 ASSERT_EQ(PORT_WriteData(port_handle, message.data(), message.size(), in SendAndVerifyOutgoingTransmission()
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_cmd.cc | 261 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/ |
D | bta_hf_client_at.cc | 199 if (PORT_WriteData(client_cb->conn_handle, buf, buf_len, &len) != in bta_hf_client_send_at()
|