<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69101/a-little-timeout-between-closing-and-new-connection</link><description>Hi 
 We use nrf52832 as central. 
 Phone is connected to it as peripheral. 
 
 If phone has disconnected and is connecting after that, connection is not established. 
 If time between disconnecting and new connecting is more (If go out for some time or</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Jan 2021 13:59:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69101/a-little-timeout-between-closing-and-new-connection" /><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/288948?ContentTypeID=1</link><pubDate>Wed, 13 Jan 2021 13:59:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f842a09-3577-4956-84df-71356c81d969</guid><dc:creator>DmitrySol</dc:creator><description>&lt;p&gt;ok.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/288946?ContentTypeID=1</link><pubDate>Wed, 13 Jan 2021 13:57:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1cdd18c-630f-4ac1-ae5c-ae58a14d8619</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Glad you worked it out :)&amp;nbsp;&lt;/p&gt;
[quote user="DmitrySol"]Very rarely I observe another problem.&lt;br /&gt;Playing audio in the car through the same phone over bluetooth is breaking.&lt;br /&gt;Audio plays a litle time, than pause a few seconds is followed. and it is repeated.[/quote]
&lt;p&gt;Is this related to your original issue? If not, could you create a new ticket for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/288296?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2021 05:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e31dc31d-955b-46e9-ad1e-93bd08abee15</guid><dc:creator>DmitrySol</dc:creator><description>&lt;p&gt;The issue was caused by not optimised working of spi slave.&lt;br /&gt;Host mcu had large intervals between bytes.&lt;br /&gt;After optimising spi master the issue was disappeared.&lt;br /&gt;It is strange enough. But now it works correctly.&lt;/p&gt;
&lt;p&gt;Very rarely I observe another problem.&lt;br /&gt;Playing audio in the car through the same phone over bluetooth is breaking.&lt;br /&gt;Audio plays a litle time, than pause a few seconds is followed. and it is repeated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/287716?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 12:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caacce99-91ee-4fec-8ce5-276c65b34568</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the late response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think this might be related to caching on the phone. Which phone are you using? Android or iOS?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It seems to work fine except for when you use it in the car. Is it a lot other wireless devices(Or something else) nearby that might disrupt the connection?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/286342?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 15:18:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0e9f65a-b435-4c90-8ee3-064620c832df</guid><dc:creator>DmitrySol</dc:creator><description>&lt;p&gt;&lt;br /&gt;Software re enable of bluetooth on phone helps to reestablish good connection.&lt;/p&gt;
&lt;p&gt;by using:&lt;br /&gt;bluetoothAdapter.disable();&lt;br /&gt;bluetoothAdapter.enable();&lt;/p&gt;
&lt;p&gt;But It is not good idea.&lt;br /&gt;All bluetooth connections will be reset. :(&lt;br /&gt;(for example audio over bluetooth will be switched off)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/285886?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 15:25:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:977efde0-4475-425e-abf0-0d53cba2e06c</guid><dc:creator>DmitrySol</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Issue is actual still.&lt;/p&gt;
&lt;p&gt;I try to understand it.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;It has following view:&lt;br /&gt;Device as central works with phone as peripheral. (Details about sdk and family of chip are in previous post)&lt;br /&gt;Working is stable. It can be many hours so.&lt;br /&gt;Disconnections and reconnections are working fine.&lt;br /&gt;But if I use system in the car, Issue is showed in few minutes.&lt;/p&gt;
&lt;p&gt;Connection is dismounting.&lt;br /&gt;Central make new attempt to connect at once. (I tried to pause there. It doesn&amp;#39;t help.)&lt;br /&gt;But connections are failed every time.&lt;/p&gt;
&lt;p&gt;Restarting of central device doesn&amp;#39;t help.&lt;br /&gt;Restarting of phone application doesn&amp;#39;t help too.&lt;/p&gt;
&lt;p&gt;New good connection is available after re switching Bluetooth on phone only.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Logs on device side and phone side:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;phone side:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2020-12-18 17:25:56.476 24509-24527/com.microline.ble D/BluetoothGattServer: onServerConnectionState() - status=0 serverIf=7 device=F6:F0:90:BB:E4:9F
2020-12-18 17:25:56.479 21409-21450/? D/IOP_DB_BT: db_query_execute: result 1
2020-12-18 17:25:56.479 21409-21450/? D/IOP_DB_BT: db_query_create: id Downloadable_BleSCBlackList :: key KEY_BDADDR
2020-12-18 17:25:56.479 21409-21450/? D/IOP_DB_BT: db_query_add_key: key KEY_NAME
2020-12-18 17:25:56.480 21409-21433/? E/bt_btif: btif_dm_upstreams_evt: ev: BTA_DM_LINK_UP_EVT
2020-12-18 17:25:56.480 21409-21433/? W/bt_btif: BTA_DM_LINK_UP_EVT. Sending BT_ACL_STATE_CONNECTED
2020-12-18 17:25:56.482 21409-21450/? D/IOP_DB_BT: db_query_execute: result 1
2020-12-18 17:25:56.482 21409-21450/? D/IOP_DB_BT: db_query_create: id Downloadable_BleSCBlackList :: key KEY_BDADDR
2020-12-18 17:25:56.482 21409-21450/? D/IOP_DB_BT: db_query_add_key: key KEY_NAME
2020-12-18 17:25:56.482 21409-21433/? E/BluetoothRemoteDevices: aclStateChangeCallback: State:Connected to Device:F6F090, linktype is 2
2020-12-18 17:25:56.485 21409-21450/? D/IOP_DB_BT: db_query_execute: result 1
2020-12-18 17:25:56.485 21409-21450/? W/bt_smp: lmp_version_below LMP version 10 &amp;lt; 8
2020-12-18 17:25:56.485 21409-21450/? W/bt_smp: set auth_req: 0x2d, local_i_key: 0x0f, local_r_key: 0x0f
2020-12-18 17:25:56.486 21409-21450/? D/IOP_DB_BT: db_query_create: id Downloadable_BleCIBlackList :: key KEY_BDADDR
2020-12-18 17:25:56.486 21409-21450/? D/IOP_DB_BT: db_query_add_key: key KEY_NAME
2020-12-18 17:25:56.488 24509-24527/com.microline.ble E/BIBA: createNotification Устройство подключилось
2020-12-18 17:25:56.489 21409-21450/? D/IOP_DB_BT: db_query_execute: result 1
2020-12-18 17:25:56.489 21409-21450/? D/IOP_DB_BT: db_query_create: id Downloadable_BleCIBlackList :: key KEY_BDADDR
2020-12-18 17:25:56.489 21409-21450/? D/IOP_DB_BT: db_query_add_key: key KEY_NAME
2020-12-18 17:25:56.492 21409-21450/? D/IOP_DB_BT: db_query_execute: result 1
2020-12-18 17:25:56.493 21409-21450/? D/IOP_DB_BT: db_query_create: id Downloadable_BleCIBlackList :: key KEY_BDADDR
2020-12-18 17:25:56.493 21409-21450/? D/IOP_DB_BT: db_query_add_key: key KEY_NAME
2020-12-18 17:25:56.494 21409-21450/? D/IOP_DB_BT: db_query_execute: result 1
2020-12-18 17:25:56.497 24509-24527/com.microline.ble E/BIBA: updateNotification
2020-12-18 17:25:56.500 24509-24527/com.microline.ble D/Notification: allPendingIntents
2020-12-18 17:25:56.501 3486-3501/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.bluetooth.device.action.ACL_CONNECTED flg=0x5000010 (has extras) } to ProcessRecord{8278327 4896:com.samsung.android.providers.context/u0a11} (pid=4896, uid=10011) requires android.permission.BLUETOOTH_ADMIN due to sender com.android.bluetooth (uid 1002)
2020-12-18 17:25:56.504 13230-13230/? D/BeaconManager[8.0.28.0]: AppControlManager.onReceive - ($)
2020-12-18 17:25:56.508 21409-21433/? D/BluetoothUtils: getBtEnabledContainers(): btContainers = []
2020-12-18 17:25:56.509 21409-21433/? E/bt_btif: btif_dm_upstreams_evt: ev: BTA_DM_BUSY_LEVEL_EVT
2020-12-18 17:25:56.509 21409-21433/? W/bt_btif: BTA_DM_BUSY_LEVEL_EVT :: p_data-&amp;gt;busy_level.level_flags : 0x0
2020-12-18 17:25:56.512 24509-24527/com.microline.ble D/BluetoothManager: getConnectedDevices
2020-12-18 17:25:56.512 3486-3501/? D/ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microline.ble,userId = 0
2020-12-18 17:25:56.513 3486-3501/? D/API&amp;#160;test: getContainerInfo: value is 
2020-12-18 17:25:56.524 4315-4315/? I/TrustAgent: TAG: TrustAgent.Tracker. [BluetoothConnectionTracker] Bluetooth connect broadast for ZONT_App F6:F0:90:BB:E4:9F [CONTEXT service_id=84 ]
2020-12-18 17:25:56.525 25213-25353/? D/RunestoneLogGenerator: generate Connection
2020-12-18 17:25:56.525 24509-24527/com.microline.ble E/Background: [C2:C0:CB:12:41:BA, F6:F0:90:BB:E4:9F]
2020-12-18 17:25:56.526 24509-1348/com.microline.ble D/BluetoothGattServer: onMtuChanged() - device=F6:F0:90:BB:E4:9F, mtu=100
2020-12-18 17:25:56.555 21409-21450/? E/bt_btm: btm_ble_read_remote_features_complete: failed for handle: 0x1857, status 0x1a
2020-12-18 17:25:56.556 21409-21448/? W/bt_hci: filter_incoming_event command complete event with no matching command (opcode: 0x2022).
2020-12-18 17:25:56.570 14747-14774/? I/BistoWorker: bluetoothConnectionStateChanged. Action: android.bluetooth.device.action.ACL_CONNECTED
2020-12-18 17:25:56.570 3486-4255/? D/SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20301216T172556 - CU:10028/CP:28418
2020-12-18 17:25:56.585 3486-8876/? D/SamsungAlarmManager: setInexact Intent (T:3/F:0/AC:false) 20301216T172556 - CU:10028/CP:4315
2020-12-18 17:25:56.590 14747-14774/? I/DeviceDetector: shouldReduceSdpRequests; does not have bistoUuid
2020-12-18 17:25:56.590 14747-14774/? I/WorkerManager: Releasing worker: [bisto]/[45]/[com.google.android.apps.gsa.staticplugins.bisto.ad.s]
2020-12-18 17:25:56.591 14747-14774/? I/WorkerManager: Releasing worker: [bisto]/[45]/[com.google.android.apps.gsa.staticplugins.bisto.ad.s]
2020-12-18 17:25:56.595 4315-4315/? I/NearbyDiscovery: onAclChange: state=CONNECTED, device=F6:F0:90:BB:E4:9F [CONTEXT service_id=49 ]
2020-12-18 17:25:56.600 4315-28872/? I/NearbyDiscovery: FastPairBattery: No associated accountKey is found when query battery info, address:F6:F0:90:BB:E4:9F [CONTEXT service_id=49 ]
2020-12-18 17:25:56.609 3486-8876/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.bluetooth.device.action.ACL_CONNECTED flg=0x5000010 (has extras) } to com.fbreader/org.fbreader.tts.BluetoothConnectReceiver requires android.permission.BLUETOOTH_ADMIN due to sender com.android.bluetooth (uid 1002)
2020-12-18 17:25:56.643 24509-24509/com.microline.ble D/SystemWebChromeClient: file:///android_asset/www/webpack/main.js: Line 109271 : EntryPoint connectionResolver {&amp;quot;address&amp;quot;:&amp;quot;F6:F0:90:BB:E4:9F&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;ZONT_App&amp;quot;,&amp;quot;status&amp;quot;:&amp;quot;connected&amp;quot;}
2020-12-18 17:25:56.643 24509-24509/com.microline.ble I/chromium: [INFO:CONSOLE(109271)] &amp;quot;EntryPoint connectionResolver {&amp;quot;address&amp;quot;:&amp;quot;F6:F0:90:BB:E4:9F&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;ZONT_App&amp;quot;,&amp;quot;status&amp;quot;:&amp;quot;connected&amp;quot;}&amp;quot;, source: file:///android_asset/www/webpack/main.js (109271)
2020-12-18 17:25:56.644 24509-24509/com.microline.ble D/SystemWebChromeClient: file:///android_asset/www/webpack/main.js: Line 110204 : EntryPoint Время:  Fri Dec 18 2020 17:25:56 GMT+0300 (Москва, стандартное время) 
    state:  [object Object]
2020-12-18 17:25:56.645 24509-24509/com.microline.ble I/chromium: [INFO:CONSOLE(110204)] &amp;quot;EntryPoint Время:  Fri Dec 18 2020 17:25:56 GMT+0300 (Москва, стандартное время) 
    state:  [object Object]&amp;quot;, source: file:///android_asset/www/webpack/main.js (110204)
2020-12-18 17:25:56.645 21409-21448/? W/bt_hci: filter_incoming_event command status event with no matching command. opcode: 0x0000
2020-12-18 17:25:56.675 21409-21450/? E/bt_btm: key size = 0
2020-12-18 17:25:56.691 3486-3501/? D/ApplicationPolicy: isStatusBarNotificationAllowedAsUser: packageName = com.microline.ble,userId = 0
2020-12-18 17:25:56.691 3486-3501/? D/API&amp;#160;test: getContainerInfo: value is 
2020-12-18 17:25:56.779 3486-9467/? D/Notification: allPendingIntents
2020-12-18 17:25:56.780 3486-9467/? D/Notification: allPendingIntents
2020-12-18 17:25:56.780 3486-3497/? D/Notification: allPendingIntents
2020-12-18 17:25:56.780 3486-8876/? D/Notification: allPendingIntents
2020-12-18 17:25:56.825 3926-3926/? D/KeyguardUpdateMonitor: handleStatusBarState( false )
2020-12-18 17:25:56.832 3486-3561/? D/SensorService: [SO] -1.259 9.704 0.249
2020-12-18 17:25:56.847 3486-3497/? D/AODManagerService: updateNotificationKeysInternal() return : same [6] 
2020-12-18 17:25:56.856 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.856 21409-21450/? W/bt_btif: bta_gattc_conn_cback() - cif=3 connected=0 conn_id=259 reason=0x0013
2020-12-18 17:25:56.856 21409-21450/? W/bt_btif: bta_gattc_conn_cback() - cif=4 connected=0 conn_id=260 reason=0x0013
2020-12-18 17:25:56.856 21409-21450/? W/bt_btif: bta_gattc_conn_cback() - cif=5 connected=0 conn_id=261 reason=0x0013
2020-12-18 17:25:56.856 21409-21450/? W/bt_btif: bta_gattc_conn_cback() - cif=6 connected=0 conn_id=262 reason=0x0013
2020-12-18 17:25:56.856 21409-21450/? W/bt_btif: bta_gattc_conn_cback() - cif=8 connected=0 conn_id=264 reason=0x0013
2020-12-18 17:25:56.856 21409-21450/? W/bt_btif: bta_gattc_conn_cback() - cif=10 connected=0 conn_id=266 reason=0x0013
2020-12-18 17:25:56.857 21409-21450/? W/bt_l2cap: L2CA_RemoveFixedChnl()  CID: 0x0006  BDA: f6f090bbe49f not connected
2020-12-18 17:25:56.857 21409-21450/? W/bt_btif: btif_gatt_set_encryption_cb() - Encryption failed (1)
2020-12-18 17:25:56.857 21409-21450/? E/bt_btm: btm_acl_removed:1:
2020-12-18 17:25:56.857 21409-21450/? E/bt_btm: No such connected client, bd_addr:f6-f0-90-bb-e4-9f
2020-12-18 17:25:56.857 21409-21450/? W/bt_btm: btm_sec_disconnected
2020-12-18 17:25:56.857 21409-21450/? E/bt_btif: Ignore unknown conn ID: 259
2020-12-18 17:25:56.857 21409-21450/? E/bt_btif: Ignore unknown conn ID: 260
2020-12-18 17:25:56.857 21409-21450/? E/bt_btif: Ignore unknown conn ID: 261
2020-12-18 17:25:56.857 21409-21450/? E/bt_btif: Ignore unknown conn ID: 262
2020-12-18 17:25:56.857 21409-21450/? E/bt_btif: Ignore unknown conn ID: 264
2020-12-18 17:25:56.857 21409-21450/? E/bt_btif: Ignore unknown conn ID: 266
2020-12-18 17:25:56.857 21409-21450/? W/bt_btm: BTM_SecDeleteDevice :: pending_delete : 0
2020-12-18 17:25:56.857 21409-21450/? W/bt_btm: btm_ble_disable_resolving_list() rl_state = 0x1a, rl_mask = 0x1a, to_resume = 0
2020-12-18 17:25:56.857 21409-21450/? W/bt_stack: [WARNING:btm_ble_multi_adv.cc(985)] Suspend() Suspend inst_id = 1
2020-12-18 17:25:56.858 21409-21450/? W/bt_stack: [WARNING:ble_advertiser_hci_interface.cc(233)] [HCI] multi adv enable cmd : enable = 0, handle = 1
2020-12-18 17:25:56.858 21409-21450/? W/bt_btm: btm_ble_exe_disable_resolving_list() cmd send complete
2020-12-18 17:25:56.858 21409-21450/? W/bt_btm: btm_ble_enable_resolving_list() rl_state = 0x0, rl_mask = 0x1a
2020-12-18 17:25:56.858 21409-21450/? W/bt_btm: btm_ble_exe_enable_resolving_list() cmd send complete
2020-12-18 17:25:56.858 21409-21450/? W/bt_stack: [WARNING:btm_ble_multi_adv.cc(1010)] Resume() Resume inst_id = 1
2020-12-18 17:25:56.858 21409-21450/? W/bt_stack: [WARNING:ble_advertiser_hci_interface.cc(233)] [HCI] multi adv enable cmd : enable = 1, handle = 1
2020-12-18 17:25:56.858 21409-21450/? E/bt_btif: bta_gattc_mark_bg_conn unable to find the bg connection mask for: f6:f0:90:bb:e4:9f
2020-12-18 17:25:56.859 21409-21433/? E/bt_btif: btif_dm_upstreams_evt: ev: BTA_DM_BLE_AUTH_CMPL_EVT
2020-12-18 17:25:56.859 3926-3926/? D/KeyguardUpdateMonitor: handleStatusBarState( false )
2020-12-18 17:25:56.859 24509-1348/com.microline.ble D/BluetoothGattServer: onServerConnectionState() - status=0 serverIf=7 device=F6:F0:90:BB:E4:9F
2020-12-18 17:25:56.859 21409-21433/? E/bt_btif: [bond_state_changed]addr=f6f090, state=0, prev_state=0, sdp_attempts=0, remove_cb : 1
2020-12-18 17:25:56.860 21409-21433/? E/bt_btif: btif_transfer_context() Caller thread is BTIF thread. Don&amp;#39;t try context switch.
2020-12-18 17:25:56.860 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.862 21409-21433/? I/BluetoothBondStateMachine: bondStateChangeCallback: Status: 9 Address: F6F090 newState: 0 reason: 102
2020-12-18 17:25:56.862 21409-21433/? I/BluetoothBondStateMachine: bondStateChangeCallback Debugd mOutgoing:false oldState:10
2020-12-18 17:25:56.862 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.863 24509-1348/com.microline.ble E/BIBA: createNotification Устройство отключилось
2020-12-18 17:25:56.863 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.865 21409-21450/? W/bt_btm: btm_ble_disable_resolving_list() rl_state = 0x1b, rl_mask = 0x1, to_resume = 1
2020-12-18 17:25:56.865 21409-21450/? W/bt_btm: btm_ble_disable_resolving_list() rl_state = 0x1a, rl_mask = 0x1, to_resume = 1
2020-12-18 17:25:56.866 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.869 24509-1348/com.microline.ble E/BIBA: updateNotification
2020-12-18 17:25:56.869 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.871 21409-21433/? W/bt_btif: btif_dm_generic_evt: event=33037
2020-12-18 17:25:56.871 24509-1348/com.microline.ble D/Notification: allPendingIntents
2020-12-18 17:25:56.873 21409-21433/? E/bt_btif: btif_dm_upstreams_evt: ev: BTA_DM_LINK_DOWN_EVT
2020-12-18 17:25:56.873 21409-21433/? D/btif_av: btif_av_move_idle(L3293), cannot find av control block!
2020-12-18 17:25:56.873 21409-21433/? W/bt_btif: BTA_DM_LINK_DOWN_EVT. Sending BT_ACL_STATE_DISCONNECTED
2020-12-18 17:25:56.873 3926-3926/? D/swipe: !isFreemformEnabled
2020-12-18 17:25:56.873 21409-21433/? E/BluetoothRemoteDevices: aclStateChangeCallback: State:DisConnected to Device:F6F090&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It seems that something went wrong here:&lt;/p&gt;
&lt;p&gt;2020-12-18 17:25:56.857 21409-21450/? W/bt_l2cap: L2CA_RemoveFixedChnl() CID: 0x0006 BDA: f6f090bbe49f not connected&lt;br /&gt;2020-12-18 17:25:56.857 21409-21450/? W/bt_btif: btif_gatt_set_encryption_cb() - Encryption failed (1)&lt;br /&gt;2020-12-18 17:25:56.857 21409-21450/? E/bt_btm: btm_acl_removed:1:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;device side:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;info&amp;gt; peer_manager_handler: Connection security failed: role: Central, conn_handle: 0x0, procedure: Encryption, error: 4102

&amp;lt;warning&amp;gt; peer_manager_handler: Disconnecting conn_handle 0.

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_RSSI_CHANGED: 0 rssi=--75dBm ch_index=0x28

&amp;lt;error&amp;gt; nrf_ble_gq: SD GATT procedure (3) failed on connection handle 0 with error: 0x00000008.

&amp;lt;info&amp;gt; app: Start_connection for Bonded peer

&amp;lt;info&amp;gt; app: scan_evt_handler id = 6

&amp;lt;info&amp;gt; app: Connecting to target 0x4393ECC4D4E1

&amp;lt;info&amp;gt; peer_manager_handler: Peer data updated in flash: peer_id: 0, data_id: Peer rank, action: Update, no chanIED: peer_id=0x0

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_CONNECTED: 0 peer_id=0x0

&amp;lt;info&amp;gt; app: 1&amp;lt;&amp;lt;bit_Connected

&amp;lt;info&amp;gt; app: 1&amp;lt;&amp;lt;bit_Signed

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_RSSI_CHANGED: 0 rssi=--82dBm ch_index=0x7

&amp;lt;info&amp;gt; app: NRF_BLE_GATT_EVT_ATT_MTU_UPDATED: 0 att_mtu_effectiv = 100.

&amp;lt;info&amp;gt; app: BLE_GATTC_EVT_EXCHANGE_MTU_RSP: 0

&amp;lt;info&amp;gt; appREQUEST: 0

&amp;lt;info&amp;gt; app: NRF_BLE_GATT_ET_DATA_LENGTH_UPDATED: 0 data_length = 27.

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_DATA_LENGTH_UPDATE: 0

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_RSSI_CHANGED: 0 rssi=--75dBm ch_index=0x16

&amp;lt;info&amp;gt; app: &amp;lt;info&amp;gt; peer_manager_handler: Connection security failed: role: Central, conn_handle: 0x0, procedure: Encryption, error: 4102

&amp;lt;warning&amp;gt; peer_manager_handler: Disconnecting conn_handle 0.

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_RSSI_CHANGED: 0 rssi=--89dBm ch_index=0x2

&amp;lt;error&amp;gt; nrf_ble_gq: SD GATT procedure (3) failed on connection handle 0 with error: 0x00000008.

&amp;lt;info&amp;gt; app: BLE_DB_DISCOVERY_ERROR: 0

&amp;lt;info&amp;gt; app: BLE_DB_DISCOVERY_AVAILABLE: 0

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_ADV_REPORT peer_id=0x0

&amp;lt;info&amp;gt; app: Start_connection for Bonded peer

&amp;lt;info&amp;gt; app: scan_evt_handler id = 6

&amp;lt;info&amp;gt; app: Connecting to target 0x4BF7BD35EE1B

&amp;lt;info&amp;gt; peer_manager_handler: Peer data updated in flash: peer_id: 0, data_id: Peer rank, action: Update, no chaneer_id=0x0

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_CONNECTED: 0 peer_id=0x0

&amp;lt;info&amp;gt; app: 1&amp;lt;&amp;lt;bit_Connected

&amp;lt;info&amp;gt; app: 1&amp;lt;&amp;lt;bit_Signed

&amp;lt;info&amp;gt; app: Scanning start

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_DISCONNECTED: 0 , reason=0x3E

&amp;lt;info&amp;gt; app: Scanning start

&amp;lt;info&amp;gt; app: BLE_GAP_EVT_ADV_REPORT peer_id=0x0

&amp;lt;info&amp;gt; app: Start_connection for Bonded peer

&amp;lt;info&amp;gt; app: scan_evt_handler id = 6

&amp;lt;info&amp;gt; app: Connecting to target 0x4BF7BD35EE1B
&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Errors can be different sometimes.&lt;br /&gt;In this log are two cases of errors.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In additional: &lt;br /&gt;When issue is there, if I connect another peripheral chip as another central, it works correctly in the same time with the same phone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/283453?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2020 04:31:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5567f11-d6e4-4db2-bfb3-ff369eec65b4</guid><dc:creator>DmitrySol</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;NRF52832 is used as central for connecting with phones as peripheral.&lt;br /&gt;NUS service is used. Lesc is used too.&lt;/p&gt;
&lt;p&gt;SDK 17.0.0&lt;br /&gt;SoftDevice S132 V7.0.1&lt;/p&gt;
&lt;p&gt;Board is our.&lt;/p&gt;
&lt;p&gt;Application for phone is our.&lt;/p&gt;
&lt;p&gt;It seems to me now that problem is in our application for phone.&lt;/p&gt;
&lt;p&gt;Because restarting of central doesn&amp;#39;t help.&lt;br /&gt;Removal of phone doesn&amp;#39;t help too (In previous message i was wrong)&lt;/p&gt;
&lt;p&gt;Connect established after off/on bluetooth on phone only.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I&amp;#39;ll try look in the application now.&lt;/p&gt;
&lt;p&gt;Sorry for worry.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a little timeout between closing and new connection</title><link>https://devzone.nordicsemi.com/thread/283325?ContentTypeID=1</link><pubDate>Fri, 04 Dec 2020 13:31:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d40dae-96e9-4390-9c14-681015279e6f</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The following information will be helpful:&lt;/p&gt;
&lt;p&gt;Which SDK and Softdevice version are you using?&lt;/p&gt;
&lt;p&gt;Are you using a DK or a custom board?&lt;/p&gt;
&lt;p&gt;Which example are you running? Have you done any modifications to the example?&lt;/p&gt;
&lt;p&gt;Which Phone are you using?&lt;/p&gt;
&lt;p&gt;Which App are you using to connect the phone as peripheral? Are you using our nRF Connect app?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>