Searched refs:pub_key_cb (Results 1 – 3 of 3) sorted by relevance
1722 static struct bt_pub_key_cb pub_key_cb = { in bt_mesh_prov_init() local1732 err = bt_pub_key_gen(&pub_key_cb); in bt_mesh_prov_init()
98 static struct bt_pub_key_cb *pub_key_cb; variable4717 for (cb = pub_key_cb; cb; cb = cb->_next) { in le_pkey_complete()4721 pub_key_cb = NULL; in le_pkey_complete()4749 for (cb = pub_key_cb; cb; cb = cb->_next) { in hci_api_le_event_pkey_complete()4753 pub_key_cb = NULL; in hci_api_le_event_pkey_complete()9822 new_cb->_next = pub_key_cb; in bt_pub_key_gen()9823 pub_key_cb = new_cb; in bt_pub_key_gen()9839 pub_key_cb = NULL; in bt_pub_key_gen()
5560 static struct bt_pub_key_cb pub_key_cb = { in bt_smp_init() local5587 bt_pub_key_gen(&pub_key_cb); in bt_smp_init()
Completed in 26 milliseconds