Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.c474 const struct bt_mesh_key **app_key, uint8_t *aid) in bt_mesh_keys_resolve()
535 uint16_t bt_mesh_app_key_find(bool dev_key, uint8_t aid, in bt_mesh_app_key_find()
Dtransport.c51 #define UNSEG_HDR(akf, aid) ((akf << 6) | (aid & AID_MASK)) argument
52 #define SEG_HDR(akf, aid) (UNSEG_HDR(akf, aid) | 0x80) argument
649 uint8_t aid; in bt_mesh_trans_send() local
Dnet.h282 aid:6; member
Dfriend.c373 uint8_t aid; member
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c488 uint8_t aid; in test_provisioning_data_load() local