Home
last modified time | relevance | path

Searched defs:refreshGatt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp230 bool refreshGatt = true; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_client_mock.cpp145 int32_t SoftbusBleGattcDisconnect(int32_t clientId, bool refreshGatt) in SoftbusBleGattcDisconnect()
H A Dconnection_ble_manager_mock.cpp150 int32_t ConnGattClientDisconnect(ConnBleConnection *connection, bool grace, bool refreshGatt) in ConnGattClientDisconnect()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c339 int32_t SoftbusBleGattcDisconnect(int32_t clientId, bool refreshGatt) in SoftbusBleGattcDisconnect()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c655 int32_t ConnGattClientDisconnect(ConnBleConnection *connection, bool grace, bool refreshGatt) in ConnGattClientDisconnect()
H A Dsoftbus_conn_ble_connection.c288 bool refreshGatt = ShoudRefreshGatt(reason); in ConnBleDisconnectNow() local