Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h235 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument
236 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} argument
246 #define STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument
269 #define UINT8_TO_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument
279 #define UINT8_TO_BE_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument
283 #define BE_STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument
297 #define UINT8_TO_BE_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument
Dsdp_api.h96 UINT8 u8; /* 8-bit integer */ member
Dbtm_api.h438 #define BTM_COD_RESERVED_2(u8, pd) {u8 = pd[2]&0x03;} argument
439 #define BTM_COD_MINOR_CLASS(u8, pd) {u8 = pd[2]&0xFC;} argument
440 #define BTM_COD_MAJOR_CLASS(u8, pd) {u8 = pd[1]&0x1F;} argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c580 UINT8 u8; in sdpu_get_len_from_type() local
Dsdp_api.c1090 UINT8 u8; in SDP_SetLocalDiRecord() local
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.h24 typedef uint8_t u8; typedef
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c711 UINT8 u8, pdu, *p; in bta_av_proc_meta_cmd() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c58 uint8_t *u8 = NULL; in net_buf_simple_add_u8() local