Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h262 BLE_PROTOCOL_ANY = -1, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c424 …nection *udidConnection = ConnBleGetConnectionByUdid(device->addr, device->udid, BLE_PROTOCOL_ANY); in AttempReuseConnect()
425 …n *clientConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_CLIENT, BLE_PROTOCOL_ANY); in AttempReuseConnect()
426 …n *serverConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_SERVER, BLE_PROTOCOL_ANY); in AttempReuseConnect()
1249 ((BleProtocolType)option->addressOption.protocol == BLE_PROTOCOL_ANY ? in ConnectionCompareByAddress()
1260 ((BleProtocolType)option->underlayerHandleOption.protocol == BLE_PROTOCOL_ANY ? in ConnectionCompareByUnderlayHandle()
1278 ((BleProtocolType)option->udidAddressOption.protocol == BLE_PROTOCOL_ANY ? in ConnectionCompareByUdidIgnoreAddress()
1287 ((BleProtocolType)option->udidClientOption.protocol == BLE_PROTOCOL_ANY ? in ConnectionCompareByUdidClientSide()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_connection.c752 connOpt.bleOption.protocol = BLE_PROTOCOL_ANY; in CheckActiveAuthConnection()