Searched refs:pub_key_oob (Results 1 – 1 of 1) sorted by relevance
1702 uint8_t element_num = 0U, pub_key_oob = 0U, static_oob = 0U, local1721 pub_key_oob = data[3];1722 BT_INFO("Public Key Type: 0x%02x", pub_key_oob);1723 if (pub_key_oob > 0x01) {1724 BT_ERR("Invalid public key type 0x%02x", pub_key_oob);1727 pub_key_oob = ((prov->prov_pub_key_oob &&1728 prov->prov_pub_key_oob_cb) ? pub_key_oob : 0x00);1813 net_buf_simple_add_u8(&buf, pub_key_oob);1833 if (pub_key_oob) {1850 send_pub_key(idx, pub_key_oob);[all …]