Home
last modified time | relevance | path

Searched defs:aid (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c43 #define UNSEG_HDR(akf, aid) ((akf << 6) | (aid & AID_MASK)) argument
44 #define SEG_HDR(akf, aid) (UNSEG_HDR(akf, aid) | 0x80) argument
594 uint8_t aid = 0U; in bt_mesh_trans_send() local
1945 const uint8_t **key, uint8_t *aid, uint8_t role, uint16_t dst) in bt_mesh_app_key_get()
Dnet.h310 aid: 6; member
Dfriend.c357 uint8_t aid; member
/hal_espressif-3.6.0/components/bt/common/btc/include/btc/
Dbtc_task.h28 uint8_t aid; //application id member
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/
Dsta_info.h45 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_types.h670 uint8_t aid; /**< the aid that ESP32 soft-AP gives to the station connected to */ member
677 uint8_t aid; /**< the aid that ESP32 soft-AP gave to the station disconnects to */ member