Searched refs:ConnBleGetConnectionByAddr (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.cpp | 97 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType protocol)
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, BleProtocolType));
|
/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_manager.h | 117 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType protocol);
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_manager.c | 426 ConnBleConnection *clientConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_CLIENT, BLE_PROTOCOL_ANY); in AttempReuseConnect() 427 ConnBleConnection *serverConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_SERVER, BLE_PROTOCOL_ANY); in AttempReuseConnect() 703 ConnBleGetConnectionByAddr(connection->addr, CONN_SIDE_SERVER, connectingDevice->protocol); in BleTryReuseServerOrRetryConnect() 1121 ConnBleConnection *connection = ConnBleGetConnectionByAddr( in BleReset() 1344 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType protocol) in ConnBleGetConnectionByAddr() function 1858 connection = ConnBleGetConnectionByAddr(option->bleOption.bleMac, CONN_SIDE_ANY, option->bleOption.protocol); in BleDisconnectDeviceNow()
|
/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_GATT); in KeepAliveBleIfSameAddress()
|
Completed in 11 milliseconds