mesh: Remove commented out lines

This commit is contained in:
Michał Narajowski
2019-01-31 17:50:26 +01:00
parent 07f712cd7d
commit 4f1dbf88d8
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -1565,8 +1565,6 @@ int bt_mesh_pb_gatt_close(uint16_t conn_handle)
prov->link_close(BT_MESH_PROV_GATT);
}
// bt_conn_unref(conn_handle);
pub_key = atomic_test_bit(link.flags, LOCAL_PUB_KEY);
memset(&link, 0, sizeof(link));
-1
View File
@@ -1293,7 +1293,6 @@ void bt_mesh_proxy_adv_stop(void)
int
ble_mesh_proxy_gap_event(struct ble_gap_event *event, void *arg)
{
// BT_DBG("event %d", event->type);
if (event->type == BLE_GAP_EVENT_CONNECT) {
proxy_connected(event->connect.conn_handle);