Loading
Fix bta_dm_act.cc compile error.
When BTM_LOCAL_IO_CAPS == BTM_IO_CAP_NONE the code fails to compile due to a missing comma. This was introducted a couple of months ago by 70556f32 but it went undetected. This patch simply adds back the missing comma. Bug: 35804180 Test: `make` on a device with BTM_LOCAL_IO_CAPS set to BTM_IO_CAP_NONE. Change-Id: I0a924abec4fe6612c5dbb72416123ca391551523