/Zephyr-latest/subsys/bluetooth/mesh/ |
D | app_keys.h | 44 const struct bt_mesh_key **app_key, uint8_t *aid); 56 uint16_t bt_mesh_app_key_find(bool dev_key, uint8_t aid,
|
D | app_keys.c | 474 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()
|
D | transport.c | 51 #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()
|
D | net.h | 282 aid:6; member
|
D | friend.c | 373 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/ |
D | README.rst | 11 API <audio_dmic_api>` and also to be an aid in developing drivers to implement this API.
|
/Zephyr-latest/doc/kernel/timing_functions/ |
D | index.rst | 7 a section of code to aid in analysis and optimization.
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 11 It is primarily intended to aid in the development and testing of USB controller
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 16 can also be enabled in existing applications to aid in interactive debugging of EEPROM issues.
|
/Zephyr-latest/boards/96boards/carbon/doc/ |
D | nrf51822.rst | 127 As an aid to debugging, this board configuration directs a console
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 355 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/ |
D | i3c.rst | 42 :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/ |
D | test_persistence.c | 488 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/ |
D | shell.rst | 16 existing applications to aid in interactive debugging of CAN issues.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | cap.rst | 10 aid. The Acceptor can initialize a Coordinated Set Identification Service instance, if it is in
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 2631 sta_info.aid = params->aid; in nrf_wifi_wpa_supp_sta_add()
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 232 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/ |
D | hci.txt | 839 The inputs Handle_Type and Handle are passed through as outputs to aid the
|