Home
last modified time | relevance | path

Searched refs:RfcommRemotePortConfig (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h159 } RfcommRemotePortConfig; typedef
309 int BTSTACK_API RFCOMM_SetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_defs.h388 RfcommRemotePortConfig portConfig;
429 RfcommRemotePortConfig rpnInfo;
502 int RfcommSetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config);
619 const RfcommRemotePortConfig *portConfig);
H A Drfcomm_api.c561 RfcommRemotePortConfig config;
591 int RFCOMM_SetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config) in RFCOMM_SetPortConfig()
602 …(void)memcpy_s(&ctx->config, sizeof(RfcommRemotePortConfig), config, sizeof(RfcommRemotePortConfig in RFCOMM_SetPortConfig()
H A Drfcomm_channel_fsm.c396 RfcommRemotePortConfig portConfig; in RfcommRecvRpnReq()
398 …(void)memcpy_s(&portConfig, sizeof(RfcommRemotePortConfig), &channel->portConfig, sizeof(RfcommRem… in RfcommRecvRpnReq()
1031 … int ret = RfcommSendUihRpn(channel->session, channel->dlci, true, (RfcommRemotePortConfig *)data); in RfcommSendRpnCmd()
H A Drfcomm.c312 int RfcommSetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config) in RfcommSetPortConfig()
H A Drfcomm_channel.c143 RfcommRemotePortConfig defaultCfg = { in RfcommInitChannelInfo()
407 RfcommRemotePortConfig defaultCfg = { in RfcommResetChannelInfo()
H A Drfcomm_frames.c363 const RfcommRemotePortConfig *portConfig) in RfcommSendUihRpn()