Searched refs:smp_send (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | smp.c | 1748 static void smp_send(struct bt_smp *smp, struct net_buf *buf, in smp_send() function 1826 smp_send(smp, rsp_buf, NULL, NULL); in smp_send_pairing_random() 1918 smp_send(smp, buf, NULL, NULL); in smp_send_pairing_confirm() 1970 smp_send(smp, buf, NULL, NULL); in legacy_distribute_keys() 1983 smp_send(smp, buf, smp_ident_sent, NULL); in legacy_distribute_keys() 2032 smp_send(smp, buf, NULL, NULL); in bt_smp_distribute_keys() 2044 smp_send(smp, buf, smp_id_sent, NULL); in bt_smp_distribute_keys() 2072 smp_send(smp, buf, smp_sign_info_sent, NULL); in bt_smp_distribute_keys() 2093 smp_send(smp, rsp_buf, NULL, NULL); in send_pairing_rsp() 2268 smp_send(smp, buf, NULL, NULL); in legacy_send_pairing_confirm() [all …]
|