Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_conflict.h30 bool (*postBytes)(int32_t underlayerHandle, uint8_t *data, uint32_t dataLen); member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp243 bool res = g_conflictListener.postBytes(underlayHandle, data, sizeof(uint8_t));
247 res = g_conflictListener.postBytes(underlayHandle, data, sizeof(uint8_t));
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c2291 .postBytes = ConflictPostBytes, in InitBleManager()