Home
last modified time | relevance | path

Searched refs:BLE_FEATURE_SUPPORT_REMOTE_DISCONNECT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h89 BLE_FEATURE_SUPPORT_REMOTE_DISCONNECT = 1, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c103 static const ConnBleFeatureBitSet g_featureBitSet = (1 << BLE_FEATURE_SUPPORT_REMOTE_DISCONNECT);
402 if ((featureBitSet & (1 << BLE_FEATURE_SUPPORT_REMOTE_DISCONNECT)) == 0) { in ConnBleUpdateConnectionRc()