Home
last modified time | relevance | path

Searched defs:btState (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_bt_network_impl.c164 static BtSubnetManagerEvent GetBtStatusChangedEvent(SoftBusBtState btState) in GetBtStatusChangedEvent()
186 SoftBusBtState btState = (SoftBusBtState)(*(uint8_t *)status); in OnBtNetifStatusChanged() local
245 SoftBusBtState btState = (SoftBusBtState)(*(uint8_t *)data); in NotifyBtStatusChanged() local
257 static void BtNetworkInfoUpdate(SoftBusBtState btState) in BtNetworkInfoUpdate()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_dumper.cpp63 std::string btState = hostServer->IsBrEnabled() ? "enabled\n" : "disabled\n"; in BtCommStateDump() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c45 SoftBusBtStackState btState = (SoftBusBtStackState)state; in LnnOnBtStateChanged() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp127 SoftBusBtState btState = SOFTBUS_BR_TURN_ON; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp117 char *btState = (char *)SoftBusCalloc(sizeof(SoftBusBtState)); in LnnNotifyStateChangeEventFuzzTest() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c59 SoftBusBtState btState; member
366 static void HbHandleBleStateChange(SoftBusBtState btState) in HbHandleBleStateChange()
397 SoftBusBtState btState = (SoftBusBtState)event->status; in HbBtStateChangeEventHandler() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c394 SoftBusBtState btState = (SoftBusBtState)event->status; in BtStateChangeEventHandler() local
H A Dlnn_net_builder.c913 int btState = SoftBusGetBtState(); in UpdateLocalNetCapability() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp89 BluetoothMock::BluetoothMock(BluetoothMock::BtState btState) in BluetoothMock() function in OHOS::BluetoothMock
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c540 SoftBusBtState *btState = (SoftBusBtState *)state; in LnnNotifyBtStateChangeEvent() local