Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dble_protocol_interface_factory.c26 .bleClientDisconnect = ConnGattClientDisconnect,
H A Dsoftbus_conn_ble_connection.c289 return interface->bleClientDisconnect(connection, grace, refreshGatt); in ConnBleDisconnectNow()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h168 int32_t (*bleClientDisconnect)(ConnBleConnection *connection, bool grace, bool refreshGatt); member