Home
last modified time | relevance | path

Searched refs:UINT16_TO_BE_FIELD (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c153 UINT16_TO_BE_FIELD(buf, sdp_features); in bta_hf_client_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c187 UINT16_TO_BE_FIELD(buf, features); in bta_ag_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h296 #define UINT16_TO_BE_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)((u16) >> 8); *((UINT8 *)(p)+1) = (UINT8… macro