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

/external/bluetooth/bluedroid/hci/include/
H A Dutils.h34 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;} macro
/external/libnfc-nci/src/hal/include/
H A Dnfc_types.h69 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} macro
/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c195 STREAM_TO_UINT16(opcode, p)
198 STREAM_TO_UINT16(len, p) function
268 STREAM_TO_UINT16(opcode, p) function
336 STREAM_TO_UINT16 (handle, p);
337 STREAM_TO_UINT16 (hci_len, p);
338 STREAM_TO_UINT16 (total_len, p);
351 STREAM_TO_UINT16 (save_handle, p);
418 STREAM_TO_UINT16 (total_len, p);
452 STREAM_TO_UINT16 (handle, p);
453 STREAM_TO_UINT16 (hci_le
[all...]
H A Dhci_mct.c179 STREAM_TO_UINT16(opcode, p)
182 STREAM_TO_UINT16(len, p) function
258 STREAM_TO_UINT16(opcode, p) function
332 STREAM_TO_UINT16 (handle, p);
333 STREAM_TO_UINT16 (hci_len, p);
334 STREAM_TO_UINT16 (total_len, p);
347 STREAM_TO_UINT16 (save_handle, p);
414 STREAM_TO_UINT16 (total_len, p);
448 STREAM_TO_UINT16 (handle, p);
449 STREAM_TO_UINT16 (hci_le
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h260 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} macro
/external/libnfc-nci/src/include/
H A Dbt_types.h237 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} macro

Completed in 124 milliseconds