Home
last modified time | relevance | path

Searched refs:RfcommWrite (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm.c455 int RfcommWrite(uint16_t handle, Packet *pkt) in RfcommWrite() function
H A Drfcomm_defs.h508 int RfcommWrite(uint16_t handle, Packet *pkt);
H A Drfcomm_api.c863 int ret = RfcommWrite(ctx->handle, ctx->pkt); in RfcommWriteTsk()