Searched refs:ConnBleGetConnectionByAddr (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.cpp | 97 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType … in ConnBleGetConnectionByAddr() function 99 return GetConnectionBrInterface()->ConnBleGetConnectionByAddr(addr, side, protocol); in ConnBleGetConnectionByAddr()
|
H A D | br_mock.h | 49 virtual ConnBleConnection *ConnBleGetConnectionByAddr( 79 …MOCK_METHOD3(ConnBleGetConnectionByAddr, ConnBleConnection *(const char *, ConnSideType, BleProtoc…
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 117 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType …
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 425 …ConnBleConnection *clientConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_CLIENT, B… in AttempReuseConnect() 426 …ConnBleConnection *serverConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_SERVER, B… in AttempReuseConnect() 702 ConnBleGetConnectionByAddr(connection->addr, CONN_SIDE_SERVER, connectingDevice->protocol); in BleTryReuseServerOrRetryConnect() 1120 ConnBleConnection *connection = ConnBleGetConnectionByAddr( in BleReset() 1343 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType … in ConnBleGetConnectionByAddr() function 1847 … ConnBleGetConnectionByAddr(option->bleOption.bleMac, CONN_SIDE_ANY, option->bleOption.protocol); in BleDisconnectDeviceNow()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_manager.c | 330 …ConnBleConnection *bleConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_ANY, BLE_GAT… in KeepAliveBleIfSameAddress()
|