Searched refs:BT_MESH_PROXY_PROV (Results 1 – 6 of 6) sorted by relevance
27 #define BT_MESH_PROXY_PROV 0x03 macro
12 #define BT_MESH_PROXY_PROV 0x03 macro
188 case BT_MESH_PROXY_PROV: in proxy_complete_pdu()225 if (ATTR_IS_PROV(srvc_uuid) != (PDU_TYPE(data) == BT_MESH_PROXY_PROV)) { in proxy_recv()647 if ((server->filter_type == PROV) != (type == BT_MESH_PROXY_PROV)) { in provisioner_proxy_send()
471 case BT_MESH_PROXY_PROV: in proxy_complete_pdu()501 if (ATTR_IS_PROV(attr) != (PDU_TYPE(data) == BT_MESH_PROXY_PROV)) { in proxy_recv()1033 if ((client->filter_type == PROV) != (type == BT_MESH_PROXY_PROV)) { in bt_mesh_proxy_send()
549 return bt_mesh_proxy_send(plink.conn, BT_MESH_PROXY_PROV, msg); in prov_send_gatt()
1552 err = provisioner_proxy_send(link[i].conn, BT_MESH_PROXY_PROV, msg); in prov_send_gatt()
Completed in 16 milliseconds