Home
last modified time | relevance | path

Searched refs:BtGattServerCallbacks (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h316 } BtGattServerCallbacks; typedef
600 int BleGattsRegisterCallbacks(BtGattServerCallbacks *func);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.h65 virtual int BleGattsRegisterCallbacks(BtGattServerCallbacks *func) = 0;
119 MOCK_METHOD(int, BleGattsRegisterCallbacks, (BtGattServerCallbacks *func), (override));
H A Dsoftbus_adapter_ble_gatt_server_test.cpp61 static BtGattServerCallbacks *gattServerCallback;
81 int ActionBleGattsRegisterCallbacks(BtGattServerCallbacks *func) in ActionBleGattsRegisterCallbacks()
717 BtGattServerCallbacks *AdapterBleGattServerTest::gattServerCallback = nullptr;
H A Dbluetooth_mock.cpp181 int BleGattsRegisterCallbacks(BtGattServerCallbacks *func) in BleGattsRegisterCallbacks()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h72 virtual int BleGattsRegisterCallbacks(BtGattServerCallbacks *func) = 0;
137 MOCK_METHOD(int, BleGattsRegisterCallbacks, (BtGattServerCallbacks *func), (override));
H A Dbluetooth_mock.cpp232 int BleGattsRegisterCallbacks(BtGattServerCallbacks *func) in BleGattsRegisterCallbacks()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp45 static BtGattServerCallbacks *g_GattsCallback;
242 GattServerCallbackWapper(BtGattServerCallbacks *callback, int serverId) in GattServerCallbackWapper()
531 BtGattServerCallbacks *appCallback_;
1128 int BleGattsRegisterCallbacks(BtGattServerCallbacks *func) in BleGattsRegisterCallbacks()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c52 static BtGattServerCallbacks g_bleGattsHalCallback = { 0 };