Searched refs:onServerStarted (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 296 g_serverEventListener.onServerStarted(BLE_GATT, rc); in BleServiceAddMsgHandler() 408 g_serverEventListener.onServerStarted(BLE_GATT, rc); in BleCharacteristicAddMsgHandler() 470 g_serverEventListener.onServerStarted(BLE_GATT, rc); in BleDescriptorAddMsgHandler() 592 g_serverEventListener.onServerStarted(BLE_GATT, rc); in BleServiceStartMsgHandler() 613 … g_serverEventListener.onServerStarted(BLE_GATT, SOFTBUS_CONN_BLE_SERVER_START_SERVER_TIMEOUT_ERR); in BleServerWaitStartServerTimeoutHandler() 1240 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerStarted != NULL, SOFTBUS_INVALID_PARAM, CONN_INIT, in ConnGattInitServerModule()
|
H A D | softbus_conn_ble_connection.c | 1217 .onServerStarted = BleOnServerStarted, in ConnBleInitConnectionMudule()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_connection.h | 158 void (*onServerStarted)(BleProtocolType protocol, int32_t status); member
|