Searched defs:aid (Results 1 – 5 of 5) sorted by relevance
474 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()
51 #define UNSEG_HDR(akf, aid) ((akf << 6) | (aid & AID_MASK)) argument52 #define SEG_HDR(akf, aid) (UNSEG_HDR(akf, aid) | 0x80) argument649 uint8_t aid; in bt_mesh_trans_send() local
282 aid:6; member
373 uint8_t aid; member
488 uint8_t aid; in test_provisioning_data_load() local