Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dhiddefs.h80 #define HID_BUILD_HDR(t,p) (UINT8)((t << 4) | (p & 0x0f)) macro
/system/bt/stack/hid/
Dhidh_conn.c951 *p_out++ = HID_BUILD_HDR(trans_type, param); in hidh_conn_snd_data()