Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h77 // @see RfcommRemotePortConfig for (void* event_data)'s struct.
159 } RfcommRemotePortConfig; typedef
309 int BTSTACK_API RFCOMM_SetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config);
/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(RfcommRemotePortConfig)); in RfcommRecvRpnReq()
1031 int ret = RfcommSendUihRpn(channel->session, channel->dlci, true, (RfcommRemotePortConfig *)data); in RfcommSendRpnCmd()
H A Drfcomm_channel.c143 RfcommRemotePortConfig defaultCfg = { in RfcommInitChannelInfo()
407 RfcommRemotePortConfig defaultCfg = { in RfcommResetChannelInfo()
H A Drfcomm.c312 int RfcommSetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config) in RfcommSetPortConfig()
H A Drfcomm_frames.c363 const RfcommRemotePortConfig *portConfig) in RfcommSendUihRpn()

Completed in 9 milliseconds