Home
last modified time | relevance | path

Searched defs:last_seg (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c70 #define GPC_START(last_seg) (((last_seg) << 2) | 0x00) argument
140 uint8_t last_seg; /* Last segment (to check length) */ member
423 static uint8_t last_seg(uint8_t len) in last_seg() function
Dprovisioner_prov.c72 #define GPC_START(last_seg) (((last_seg) << 2) | 0x00) argument
170 uint8_t last_seg; /* Last segment (to check length) */ member
1518 static uint8_t last_seg(uint8_t len) function
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c1532 last_seg = FALSE; /* The segment is the last part of data */ in l2c_fcr_get_next_xmit_sdu_seg() local