Home
last modified time | relevance | path

Searched refs:bleServerStartService (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dble_protocol_interface_factory.c29 .bleServerStartService = ConnGattServerStartService,
H A Dsoftbus_conn_ble_connection.c193 g_serverCoordination.status[i] = interface->bleServerStartService(); in ConnBleStartServer()
984 statusGatt = (expect == BLE_SERVER_STATE_STARTED) ? interface->bleServerStartService() : in DoRetryAction()
992 statusCoc = (expect == BLE_SERVER_STATE_STARTED) ? interface->bleServerStartService() : in DoRetryAction()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h171 int32_t (*bleServerStartService)(void); member