Loading system/stack/acl/btm_acl.cc +15 −15 Original line number Diff line number Diff line Loading @@ -2763,7 +2763,7 @@ void acl_write_automatic_flush_timeout(const RawAddress& bd_addr, bool acl_create_le_connection_with_id(uint8_t id, const RawAddress& bd_addr) { tBLE_BD_ADDR address_with_type{ .bda = bd_addr, .type = BLE_ADDR_RANDOM, .type = BLE_ADDR_PUBLIC, }; gatt_find_in_device_record(bd_addr, &address_with_type); LOG_DEBUG("Creating le direct connection to:%s", Loading Loading
system/stack/acl/btm_acl.cc +15 −15 Original line number Diff line number Diff line Loading @@ -2763,7 +2763,7 @@ void acl_write_automatic_flush_timeout(const RawAddress& bd_addr, bool acl_create_le_connection_with_id(uint8_t id, const RawAddress& bd_addr) { tBLE_BD_ADDR address_with_type{ .bda = bd_addr, .type = BLE_ADDR_RANDOM, .type = BLE_ADDR_PUBLIC, }; gatt_find_in_device_record(bd_addr, &address_with_type); LOG_DEBUG("Creating le direct connection to:%s", Loading