Home
last modified time | relevance | path

Searched refs:pub_key_cb (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dprov.c1722 static struct bt_pub_key_cb pub_key_cb = { in bt_mesh_prov_init() local
1732 err = bt_pub_key_gen(&pub_key_cb); in bt_mesh_prov_init()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c98 static struct bt_pub_key_cb *pub_key_cb; variable
4717 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()
A Dsmp.c5560 static struct bt_pub_key_cb pub_key_cb = { in bt_smp_init() local
5587 bt_pub_key_gen(&pub_key_cb); in bt_smp_init()

Completed in 25 milliseconds