Hi Lukasz, On Tue, Nov 12, 2013, Lukasz Rymanowski wrote: > Make sure Android have information about connecting remote device. This > is needed for example to show device name on incoming bonding request. > --- > android/adapter.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/android/adapter.c b/android/adapter.c > index f92301e..a59ab4e 100644 > --- a/android/adapter.c > +++ b/android/adapter.c > @@ -857,9 +857,8 @@ static void mgmt_device_connected_event(uint16_t index, uint16_t length, > return; > } > > - /* TODO: Update device */ > - > - /* TODO: Check Set bonding state */ > + update_found_device(&ev->addr.bdaddr, ev->addr.type, 0, false, > + &ev->eir[0], btohs(ev->eir_len)); > > hal_ev.status = HAL_STATUS_SUCCESS; > hal_ev.state = HAL_ACL_STATE_CONNECTED; This patch has been applied. Thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html