Searched refs:grace (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | ble_service_connection_test.cpp | 229 bool grace = true; variable 233 ret = ConnGattClientDisconnect(NULL, grace, refreshGatt); 239 ret = ConnGattClientDisconnect(&connection, grace, refreshGatt); 246 ret = ConnGattClientDisconnect(&connection, grace, refreshGatt); 253 ret = ConnGattClientDisconnect(&connection, grace, refreshGatt);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_manager_mock.cpp | 150 int32_t ConnGattClientDisconnect(ConnBleConnection *connection, bool grace, bool refreshGatt) in ConnGattClientDisconnect() argument 152 return GetConnectionBleInterface()->ConnGattClientDisconnect(connection, grace, refreshGatt); in ConnGattClientDisconnect()
|
H A D | connection_ble_manager_mock.h | 60 …virtual int32_t ConnGattClientDisconnect(ConnBleConnection *connection, bool grace, bool refreshGa…
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_client.h | 32 int32_t ConnGattClientDisconnect(ConnBleConnection *connection, bool grace, bool refreshGatt);
|
H A D | softbus_conn_ble_connection.h | 168 int32_t (*bleClientDisconnect)(ConnBleConnection *connection, bool grace, bool refreshGatt);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_client.c | 655 int32_t ConnGattClientDisconnect(ConnBleConnection *connection, bool grace, bool refreshGatt) in ConnGattClientDisconnect() argument 675 if (status != SOFTBUS_OK || !grace) { in ConnGattClientDisconnect() 686 connection->connectionId, underlayerHandle, grace, refreshGatt, status); in ConnGattClientDisconnect()
|
H A D | softbus_conn_ble_connection.c | 287 bool grace = ShouldGrace(reason); in ConnBleDisconnectNow() local 289 return interface->bleClientDisconnect(connection, grace, refreshGatt); in ConnBleDisconnectNow()
|