Searched refs:ServiceAddCallback (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | ble_service_connection_test.cpp | 422 g_callback->ServiceAddCallback(SOFTBUS_OK, &uuid, 10); 427 g_callback->ServiceAddCallback(SOFTBUS_OK, &uuid, 10); 432 g_callback->ServiceAddCallback(SOFTBUS_INVALID_PARAM, &uuid, 10); 437 g_callback->ServiceAddCallback(SOFTBUS_OK, &uuid, 10); 439 g_callback->ServiceAddCallback(SOFTBUS_OK, &uuid, 1);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt_server.h | 187 typedef void (*ServiceAddCallback)(int status, int serverId, BtUuid *uuid, int srvcHandle); typedef 293 ServiceAddCallback serviceAddCb;
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | softbus_adapter_ble_gatt_server.h | 99 void (*ServiceAddCallback)(int status, SoftBusBtUuid *uuid, int srvcHandle); member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 376 if (callback.ServiceAddCallback == NULL) { in BleServiceAddCallback() 380 callback.ServiceAddCallback(status, (SoftBusBtUuid *)uuid, srvcHandle); in BleServiceAddCallback()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | softbus_adapter_ble_gatt_server_test.cpp | 798 .ServiceAddCallback = StubServiceAddCallback, in GetStubGattsCallback()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 1213 .ServiceAddCallback = BleServiceAddCallback, in BleRegisterGattServerCallback()
|