/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_properties.h | 59 int GetBondableMode() const;
|
H A D | ble_adapter.h | 118 int GetBondableMode() const override;
|
H A D | ble_properties.cpp | 120 int BleProperties::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::BleProperties
|
H A D | ble_adapter.cpp | 920 int BleAdapter::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::BleAdapter 925 return BleProperties::GetInstance().GetBondableMode(); in GetBondableMode()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter.h | 113 virtual int GetBondableMode() const = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 164 int GetBondableMode() const;
|
H A D | classic_adapter.h | 109 int GetBondableMode() const override;
|
H A D | classic_adapter_properties.cpp | 150 int ClassicAdapterProperties::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::ClassicAdapterProperties
|
H A D | classic_adapter.cpp | 533 int ClassicAdapter::GetBondableMode() const in GetBondableMode() function in OHOS::bluetooth::ClassicAdapter 536 return adapterProperties_.GetBondableMode(); in GetBondableMode() 1532 if (adapterProperties_.GetBondableMode() == BONDABLE_MODE_ON) { in ReceiveLinkKeyNotification()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 604 int GetBondableMode(int transport) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 56 int32_t GetBondableMode(const int32_t transport) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 81 virtual int32_t GetBondableMode(const int32_t transport) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 79 int32_t GetBondableMode(const int32_t transport) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1091 int32_t BluetoothHostServer::GetBondableMode(int32_t transport) in GetBondableMode() function in OHOS::Bluetooth::BluetoothHostServer 1097 return classicService->GetBondableMode(); in GetBondableMode() 1099 return bleService->GetBondableMode(); in GetBondableMode()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 989 int BluetoothHost::GetBondableMode(int transport) const in GetBondableMode() function in OHOS::Bluetooth::BluetoothHost 995 return proxy->GetBondableMode(transport); in GetBondableMode()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 485 int32_t BluetoothHostProxy::GetBondableMode(const int32_t transport) in GetBondableMode() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 604 int32_t result = GetBondableMode(transport); in GetBondableModeInner()
|