Searched defs:STREAM_TO_UINT16 (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/include/
H A Dbt_types.h256 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} macro

Completed in 60 milliseconds