Lines Matching defs:bt_smp
143 struct bt_smp { struct
151 uint8_t method;
154 uint8_t preq[7];
157 uint8_t prsp[7];
160 uint8_t pcnf[16];
163 uint8_t prnd[16];
166 uint8_t rrnd[16];
169 uint8_t tk[16];
172 uint8_t pkey[BT_PUB_KEY_LEN];
175 uint8_t dhkey[BT_DH_KEY_LEN];
178 uint8_t e[16];
181 uint8_t mackey[16];
184 uint32_t passkey;
187 uint8_t passkey_round;
190 const struct bt_le_oob_sc_data *oobd_local;
193 const struct bt_le_oob_sc_data *oobd_remote;
196 uint8_t local_dist;
199 uint8_t remote_dist;
205 struct bt_l2cap_le_chan chan;
208 struct k_work_delayable work;
211 atomic_ptr_t auth_cb;