Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c98 } addressOption; member
1247 return StrCmpIgnoreCase(connection->addr, option->addressOption.addr) == 0 && in ConnectionCompareByAddress()
1248 …(option->addressOption.side == CONN_SIDE_ANY ? true : connection->side == option->addressOption.si… in ConnectionCompareByAddress()
1249 ((BleProtocolType)option->addressOption.protocol == BLE_PROTOCOL_ANY ? in ConnectionCompareByAddress()
1251 connection->protocol == (BleProtocolType)option->addressOption.protocol); in ConnectionCompareByAddress()
1348 .addressOption = { in ConnBleGetConnectionByAddr()