Searched refs:BT_MESH_PROV_GATT (Results 1 – 11 of 11) sorted by relevance
33 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in prov_reset()78 bt_mesh_prov_enable(BT_MESH_PROV_GATT | BT_MESH_PROV_ADV); in bt_ready()
147 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in prov_reset()182 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in bt_ready()
287 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in prov_reset()396 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in bt_ready()
474 bt_mesh_prov_link.bearer->type == BT_MESH_PROV_GATT; in is_pb_gatt()714 (bearers & BT_MESH_PROV_GATT)) { in bt_mesh_prov_enable()741 (bearers & BT_MESH_PROV_GATT)) { in bt_mesh_prov_disable()
242 .type = BT_MESH_PROV_GATT,
391 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in prov_reset()571 bt_mesh_prov_enable(BT_MESH_PROV_GATT | BT_MESH_PROV_ADV); in bt_ready()
64 BT_MESH_PROV_GATT = BIT(1), /**< PB-GATT bearer */ enumerator
349 ASSERT_OK_MSG(bt_mesh_prov_enable(BT_MESH_PROV_GATT), "Failed to enable GATT provisioner"); in dut_gatt_common()
405 err = bt_mesh_prov_enable(BT_MESH_PROV_GATT); in test_tx_proxy_mixin()
449 case BT_MESH_PROV_GATT: in bearer2str()824 return cmd_pb(BT_MESH_PROV_GATT, sh, argc, argv); in cmd_pb_gatt()
1201 case BT_MESH_PROV_GATT: in link_open()1226 case BT_MESH_PROV_GATT: in link_close()1322 bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in prov_reset()1534 err = bt_mesh_prov_enable(BT_MESH_PROV_ADV | BT_MESH_PROV_GATT); in start()