Searched refs:oob_type (Results 1 – 5 of 5) sorted by relevance
150 if (!caps->oob_type) { in prov_check_method()234 caps.oob_type = data[4]; in prov_capabilities()237 LOG_DBG("Static OOB Type: 0x%02x", caps.oob_type); in prov_capabilities()256 if (caps.oob_type & BT_MESH_OOB_AUTH_REQUIRED) { in prov_capabilities()259 (caps.oob_type & BT_MESH_STATIC_OOB_AVAILABLE); in prov_capabilities()
89 uint8_t oob_type = bt_mesh_prov->static_val ? in prov_invite() local103 oob_type |= BT_MESH_OOB_AUTH_REQUIRED; in prov_invite()115 net_buf_simple_add_u8(&buf, oob_type); in prov_invite()
99 uint8_t oob_type; member
510 shell_print_ctx("\tStatic OOB is %ssupported", cap->oob_type & 1 ? "" : "not "); in capabilities()
397 if (cap->oob_type & BT_MESH_STATIC_OOB_AVAILABLE) { in capabilities()