Searched refs:RfcommRemotePortConfig (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | rfcomm.h | 159 } 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 D | rfcomm_defs.h | 388 RfcommRemotePortConfig portConfig; 429 RfcommRemotePortConfig rpnInfo; 502 int RfcommSetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config); 619 const RfcommRemotePortConfig *portConfig);
|
H A D | rfcomm_api.c | 561 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 D | rfcomm_channel_fsm.c | 396 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 D | rfcomm.c | 312 int RfcommSetPortConfig(uint16_t handle, const RfcommRemotePortConfig *config) in RfcommSetPortConfig()
|
H A D | rfcomm_channel.c | 143 RfcommRemotePortConfig defaultCfg = { in RfcommInitChannelInfo() 407 RfcommRemotePortConfig defaultCfg = { in RfcommResetChannelInfo()
|
H A D | rfcomm_frames.c | 363 const RfcommRemotePortConfig *portConfig) in RfcommSendUihRpn()
|