Home
last modified time | relevance | path

Searched refs:RFCOMM_Write (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection.cpp83 int ret = RFCOMM_Write(connHandle_, &pkt); in WriteData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection.cpp84 int ret = RFCOMM_Write(connHandle_, &pkt); in WriteData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h374 int BTSTACK_API RFCOMM_Write(uint16_t handle, Packet *pkt);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp133 return RFCOMM_Write(this->rfcHandle_, pkt); in Write()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c879 int RFCOMM_Write(uint16_t handle, Packet *pkt) in RFCOMM_Write() function