/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile.h | 133 virtual int GetMaxConnectNum() = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_service.h | 113 int GetMaxConnectNum() override;
|
H A D | socket_service.cpp | 94 int SocketService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::SocketService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.h | 60 int GetMaxConnectNum() override;
|
H A D | gatt_server_service.h | 61 int GetMaxConnectNum() override;
|
H A D | gatt_server_service.cpp | 143 int GattServerService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::GattServerService
|
H A D | gatt_client_service.cpp | 206 int GattClientService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::GattClientService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_service.h | 69 int GetMaxConnectNum(void) override;
|
H A D | hid_host_service.cpp | 340 int HidHostService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::HidHostService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_service.h | 71 int GetMaxConnectNum(void) override;
|
H A D | pan_service.cpp | 398 int PanService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::PanService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_connection.cpp | 119 ret = ((connectCnt >= service->GetMaxConnectNum()) ? false : true); in JudgeConnectedNum()
|
H A D | a2dp_service.h | 228 int GetMaxConnectNum() override;
|
H A D | a2dp_service.cpp | 979 int A2dpService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::A2dpService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_service.h | 149 int GetMaxConnectNum() override;
|
H A D | hfp_hf_service.cpp | 245 int HfpHfService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::HfpHfService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_service.h | 164 int GetMaxConnectNum() override;
|
H A D | hfp_ag_service.cpp | 252 int HfpAgService::GetMaxConnectNum() in GetMaxConnectNum() function in OHOS::bluetooth::HfpAgService
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_service.h | 151 int GetMaxConnectNum(void) override;
|
H A D | avrcp_ct_profile.h | 608 int GetMaxConnectNum(void);
|
H A D | avrcp_ct_service.cpp | 338 int AvrcpCtService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::AvrcpCtService 345 result = profile_->GetMaxConnectNum(); in GetMaxConnectNum()
|
H A D | avrcp_ct_profile.cpp | 219 int AvrcCtProfile::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::AvrcCtProfile
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_profile.h | 446 int GetMaxConnectNum(void);
|
H A D | avrcp_tg_service.h | 502 int GetMaxConnectNum(void) override;
|
H A D | avrcp_tg_service.cpp | 799 int AvrcpTgService::GetMaxConnectNum(void) in GetMaxConnectNum() function in OHOS::bluetooth::AvrcpTgService 806 result = profile_->GetMaxConnectNum(); in GetMaxConnectNum()
|