Home
last modified time | relevance | path

Searched refs:RfcommConnectReqInfo (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h204 } RfcommConnectReqInfo; typedef
235 int BTSTACK_API RFCOMM_ConnectChannel(const RfcommConnectReqInfo *reqInfo, uint16_t *handle);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_api.c214 RfcommConnectReqInfo reqInfo;
249 int RFCOMM_ConnectChannel(const RfcommConnectReqInfo *reqInfo, uint16_t *handle) in RFCOMM_ConnectChannel()
259 (void)memcpy_s(&ctx->reqInfo, sizeof(RfcommConnectReqInfo), reqInfo, sizeof(RfcommConnectReqInfo)); in RFCOMM_ConnectChannel()
H A Drfcomm.c123 int RfcommConnectChannel(const RfcommConnectReqInfo *reqInfo, uint16_t *handle) in RfcommConnectChannel()
H A Drfcomm_defs.h496 int RfcommConnectChannel(const RfcommConnectReqInfo *reqInfo, uint16_t *handle);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection.cpp41 RfcommConnectReqInfo info = { in Create()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection.cpp41 RfcommConnectReqInfo info = { in Create()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp48 RfcommConnectReqInfo reqInfo; in Connect()

Completed in 7 milliseconds