Home
last modified time | relevance | path

Searched refs:aid (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dapp_keys.h44 const struct bt_mesh_key **app_key, uint8_t *aid);
56 uint16_t bt_mesh_app_key_find(bool dev_key, uint8_t aid,
Dapp_keys.c474 const struct bt_mesh_key **app_key, uint8_t *aid) in bt_mesh_keys_resolve() argument
508 *aid = 0; in bt_mesh_keys_resolve()
525 *aid = app->keys[1].id; in bt_mesh_keys_resolve()
528 *aid = app->keys[0].id; 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() argument
604 if (cred->id != 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
139 net_buf_simple_add_u8(&adv->b, UNSEG_HDR(1, tx->aid)); in send_unseg()
378 .aid = tx->hdr & AID_MASK, in seg_tx_send_unacked()
516 tx->hdr = SEG_HDR(1, net_tx->aid); in send_seg()
649 uint8_t aid; in bt_mesh_trans_send() local
685 err = bt_mesh_keys_resolve(tx->ctx, &tx->sub, &key, &aid); in bt_mesh_trans_send()
695 tx->aid = aid; in bt_mesh_trans_send()
Dnet.h282 aid:6; member
Dfriend.c373 uint8_t aid; member
392 err = bt_mesh_keys_resolve(&net.ctx, &net.sub, &meta->key, &meta->aid); in unseg_app_sdu_unpack()
/Zephyr-latest/samples/drivers/audio/dmic/
DREADME.rst11 API <audio_dmic_api>` and also to be an aid in developing drivers to implement this API.
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst7 a section of code to aid in analysis and optimization.
/Zephyr-latest/samples/subsys/usb/shell/
DREADME.rst11 It is primarily intended to aid in the development and testing of USB controller
/Zephyr-latest/doc/hardware/peripherals/eeprom/
Dshell.rst16 can also be enabled in existing applications to aid in interactive debugging of EEPROM issues.
/Zephyr-latest/boards/96boards/carbon/doc/
Dnrf51822.rst127 As an aid to debugging, this board configuration directs a console
/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c355 LOG_DBG("Station " MACSTR " join, AID=%d", MAC2STR(event->mac), event->aid); in esp_wifi_handle_ap_connect_event()
402 LOG_DBG("station " MACSTR " leave, AID=%d", MAC2STR(event->mac), event->aid); in esp_wifi_handle_ap_disconnect_event()
/Zephyr-latest/doc/hardware/peripherals/
Di3c.rst42 :c:macro:`I3C_I2C_DEVICE_ARRAY_DT_INST` are helper macros to aid in
56 structures to aid in address assignments and device list management.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c488 uint8_t aid; in test_provisioning_data_load() local
496 int err = bt_mesh_keys_resolve(tx.ctx, &tx.sub, &dkey, &aid); in test_provisioning_data_load()
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst16 existing applications to aid in interactive debugging of CAN issues.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst10 aid. The Acceptor can initialize a Coordinated Set Identification Service instance, if it is in
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c2631 sta_info.aid = params->aid; in nrf_wifi_wpa_supp_sta_add()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst232 the ``sjw`` field in :c:struct:`can_timing`. To aid in this, the :c:func:`can_calc_timing` and
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt839 The inputs Handle_Type and Handle are passed through as outputs to aid the