Searched refs:bt_dh_key_cb_t (Results 1 – 5 of 5) sorted by relevance
9 typedef void (*bt_dh_key_cb_t)(const uint8_t *key); typedef15 bt_dh_key_cb_t *bt_ecc_get_dh_key_cb(void);
83 typedef void (*bt_dh_key_cb_t)(const uint8_t key[BT_DH_KEY_LEN]); typedef94 int bt_dh_key_gen(const uint8_t remote_pk[BT_PUB_KEY_LEN], bt_dh_key_cb_t cb);
22 static bt_dh_key_cb_t dh_key_cb;170 int bt_dh_key_gen(const uint8_t remote_pk[BT_PUB_KEY_LEN], bt_dh_key_cb_t cb) in bt_dh_key_gen()235 bt_dh_key_cb_t cb = dh_key_cb; in bt_hci_evt_le_dhkey_complete()258 bt_dh_key_cb_t *bt_ecc_get_dh_key_cb(void) in bt_ecc_get_dh_key_cb()
24 bt_dh_key_cb_t *dh_key_cb = bt_ecc_get_dh_key_cb(); in fff_reset_rule_before()
188 bt_dh_key_cb_t *dh_key_cb; in ZTEST()