Home
last modified time | relevance | path

Searched defs:smp (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dsmp.c219 #define DISPLAY_FIXED(smp) (IS_ENABLED(CONFIG_BT_FIXED_PASSKEY) && \ argument
314 static const struct bt_conn_auth_cb *latch_auth_cb(struct bt_smp *smp) in latch_auth_cb()
322 static bool latch_bondable(struct bt_smp *smp) in latch_bondable()
329 static uint8_t get_io_capa(struct bt_smp *smp) in get_io_capa()
411 static uint8_t get_pair_method(struct bt_smp *smp, uint8_t remote_io) in get_pair_method()
564 static struct net_buf *smp_create_pdu(struct bt_smp *smp, uint8_t op, size_t len) in smp_create_pdu()
595 static uint8_t get_encryption_key_size(struct bt_smp *smp) in get_encryption_key_size()
613 static bool update_keys_check(struct bt_smp *smp, struct bt_keys *keys) in update_keys_check()
658 static bool update_debug_keys_check(struct bt_smp *smp) in update_debug_keys_check()
692 struct bt_smp *smp; in smp_check_complete() local
[all …]
Dsmp_null.c83 struct bt_l2cap_le_chan *smp = &bt_smp_pool[i]; in bt_smp_accept() local
/Zephyr-Core-3.7.0/tests/kernel/ipi_cascade/
DCMakeLists.txt5 project(smp) project
/Zephyr-Core-3.7.0/tests/kernel/smp/
DCMakeLists.txt5 project(smp) project
/Zephyr-Core-3.7.0/tests/kernel/ipi_optimize/
DCMakeLists.txt5 project(smp) project
/Zephyr-Core-3.7.0/tests/kernel/smp_suspend/
DCMakeLists.txt5 project(smp) project
/Zephyr-Core-3.7.0/tests/kernel/smp/src/
Dmain.c120 ZTEST(smp, test_smp_coop_threads) in ZTEST() argument
182 ZTEST(smp, test_cpu_id_threads) in ZTEST() argument
315 ZTEST(smp, test_coop_switch_in_abort) in ZTEST() argument
367 ZTEST(smp, test_coop_resched_threads) in ZTEST() argument
408 ZTEST(smp, test_preempt_resched_threads) in ZTEST() argument
441 ZTEST(smp, test_yield_threads) in ZTEST() argument
474 ZTEST(smp, test_sleep_threads) in ZTEST() argument
556 ZTEST(smp, test_wakeup_threads) in ZTEST() argument
651 ZTEST(smp, test_get_cpu) in ZTEST() argument
733 ZTEST(smp, test_smp_ipi) in ZTEST() argument
[all …]
/Zephyr-Core-3.7.0/include/zephyr/shell/
Dshell_uart.h46 struct smp_shell_data smp; member
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c77 struct smp_shell_data *const smp = &sh_uart->common.smp; in uart_rx_handle() local
444 struct smp_shell_data *const smp = &sh_uart->common.smp; in async_read() local