Home
last modified time | relevance | path

Searched refs:ConnBleGetConnectionByAddr (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dbr_mock.cpp97 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType protocol) in ConnBleGetConnectionByAddr() function
99 return GetConnectionBrInterface()->ConnBleGetConnectionByAddr(addr, side, protocol); in ConnBleGetConnectionByAddr()
H A Dbr_mock.h49 virtual ConnBleConnection *ConnBleGetConnectionByAddr(
79 MOCK_METHOD3(ConnBleGetConnectionByAddr, ConnBleConnection *(const char *, ConnSideType, BleProtocolType));
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_manager.h117 ConnBleConnection *ConnBleGetConnectionByAddr(const char *addr, ConnSideType side, BleProtocolType protocol);
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c426 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 Dsoftbus_conn_br_manager.c330 ConnBleConnection *bleConnection = ConnBleGetConnectionByAddr(device->addr, CONN_SIDE_ANY, BLE_GATT); in KeepAliveBleIfSameAddress()

Completed in 11 milliseconds