Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c189 interface = ConnBleGetUnifyInterface(i); in ConnBleStartServer()
221 interface = ConnBleGetUnifyInterface(i); in ConnBleStopServer()
245 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(connection->protocol); in ConnBleConnect()
278 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(connection->protocol); in ConnBleDisconnectNow()
500 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(connection->protocol); in ConnBleUpdateConnectionPriority()
514 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(connection->protocol); in ConnBleSend()
869 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(connection->protocol); in BleOnDataReceived()
950 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(connection->protocol); in BleOnServerAccepted()
982 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(BLE_GATT); in DoRetryAction()
990 const BleUnifyInterface *interface = ConnBleGetUnifyInterface(BLE_COC); in DoRetryAction()
[all …]
H A Dble_protocol_interface_factory.c39 const BleUnifyInterface *ConnBleGetUnifyInterface(BleProtocolType type) in ConnBleGetUnifyInterface() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dble_protocol_interface_factory.h25 const BleUnifyInterface *ConnBleGetUnifyInterface(BleProtocolType type);