Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dbt_endian.h23 #define LE2H_16(x) (x) macro
40 #define LE2H_16(x) le16toh(x) macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c413 return LE2H_16(tmp); in L2capLe16ToCpu()