Searched refs:bt_dh_key_cb_t (Results 1 – 2 of 2) sorted by relevance
93 typedef void (*bt_dh_key_cb_t)(const uint8_t key[BT_DH_KEY_LEN]); typedef104 int bt_dh_key_gen(const uint8_t remote_pk[BT_PUB_KEY_LEN], bt_dh_key_cb_t cb);
26 static bt_dh_key_cb_t dh_key_cb;233 bt_dh_key_cb_t cb = dh_key_cb; in generate_dh_key()323 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()373 bt_dh_key_cb_t *bt_ecc_get_dh_key_cb(void) in bt_ecc_get_dh_key_cb()