Searched refs:bt_smp (Results 1 – 3 of 3) sorted by relevance
44 LOG_MODULE_REGISTER(bt_smp);143 struct bt_smp { struct281 static struct bt_smp bt_smp_pool[CONFIG_BT_MAX_CONN];314 static const struct bt_conn_auth_cb *latch_auth_cb(struct bt_smp *smp) in latch_auth_cb()322 static bool latch_bondable(struct bt_smp *smp) in latch_bondable()329 static uint8_t get_io_capa(struct bt_smp *smp) in get_io_capa()372 static uint8_t legacy_get_pair_method(struct bt_smp *smp, uint8_t remote_io);411 static uint8_t get_pair_method(struct bt_smp *smp, uint8_t remote_io) in get_pair_method()564 static struct net_buf *smp_create_pdu(struct bt_smp *smp, uint8_t op, size_t len) in smp_create_pdu()595 static uint8_t get_encryption_key_size(struct bt_smp *smp) in get_encryption_key_size()[all …]
28 LOG_MODULE_REGISTER(bt_smp);
84 * Enable error logs for *bt_att* and *bt_smp*88 uart:~$ log enable err bt_att bt_smp