Home
last modified time | relevance | path

Searched refs:underlayHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp239 int32_t underlayHandle = 2; variable
243 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.c1060 int32_t underlayHandle = connection->underlayerHandle; in ConflictOnConnectSuccessed() local
1062 SoftbusBleConflictNotifyConnectResult(requestId, underlayHandle, true); in ConflictOnConnectSuccessed()
2082 static bool ConflictPostBytes(int32_t underlayHandle, uint8_t *data, uint32_t dataLen) in ConflictPostBytes() argument
2089 …ConnBleConnection *connection = ConnBleGetConnectionByHandle(underlayHandle, CONN_SIDE_ANY, BLE_GA… in ConflictPostBytes()
2091 … "conflict post bytes failed: connection not exist, underlayHandle=%{public}d", underlayHandle); in ConflictPostBytes()
2098 … "conflict post bytes failed: alloc payload failed, underlayHandle=%{public}d", underlayHandle); in ConflictPostBytes()