Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dble_protocol_interface_factory.c32 .bleServerDisconnect = ConnGattServerDisconnect,
H A Dsoftbus_conn_ble_connection.c291 return interface->bleServerDisconnect(connection); in ConnBleDisconnectNow()
832 interface->bleServerDisconnect(connection); in HandleBasicInfo()
843 interface->bleServerDisconnect(connection); in HandleBasicInfo()
972 interface->bleServerDisconnect(connection); in BleOnServerAccepted()
1058 interface->bleServerDisconnect(connection); in BasicInfoExchangeTimeoutHandler()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h175 int32_t (*bleServerDisconnect)(ConnBleConnection *connection); member