Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_trans.h47 } BleTransHeader; typedef
51 BleTransHeader header;
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c33 static const size_t BLE_TRANS_HEADER_SIZE = sizeof(BleTransHeader);
40 static int32_t UnpackTransHeader(uint8_t *data, uint32_t dataLen, BleTransHeader *header) in UnpackTransHeader()
45 BleTransHeader *tmp = (BleTransHeader *)data; in UnpackTransHeader()
88 BleTransHeader header = { 0 }; in ConnGattTransRecv()
289 BleTransHeader *header = (BleTransHeader *)buff; in ConnGattTransSend()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp31 static const size_t BLE_TRANS_HEADER_SIZE = sizeof(BleTransHeader);
238 uint32_t dataLen = sizeof(uint8_t) + sizeof(BleTransHeader);
245 BleTransHeader tmp;