Searched defs:u8 (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | bt_types.h | 235 #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
|
D | sdp_api.h | 96 UINT8 u8; /* 8-bit integer */ member
|
D | btm_api.h | 438 #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/ |
D | sdp_utils.c | 580 UINT8 u8; in sdpu_get_len_from_type() local
|
D | sdp_api.c | 1090 UINT8 u8; in SDP_SetLocalDiRecord() local
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.h | 24 typedef uint8_t u8; typedef
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 711 UINT8 u8, pdu, *p; in bta_av_proc_meta_cmd() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 58 uint8_t *u8 = NULL; in net_buf_simple_add_u8() local
|