Searched refs:UINT16_TO_BE_FIELD (Results 1 – 4 of 4) sorted by relevance
145 UINT16_TO_BE_FIELD(buf, sdp_features); in bta_hf_client_add_record()
106 UINT16_TO_BE_FIELD(&security, 0x0001); in pan_register_with_sdp()
194 UINT16_TO_BE_FIELD(buf, features); in bta_ag_add_record()
305 #define UINT16_TO_BE_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)((u16) >> 8); *((UINT8 *)(p)+1) = (UINT8… macro