This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: help,Promble with Scan Random Resolvable Private Address

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2541, BLE-STACK, CC2640

Tool/software: TI-RTOS

Hello,My project is  is based on MultiRole ,cc2640r2. the situation is that my board keep on scan the adv package of the cc2541 or  smartphone, and the adv package change about every 5s.however about after 30min, my board can not scan any adv package of any smartphone with Random Resolvable Private Address  but cc2541 whit public MAC,even whit the same adv package.

 we change the addr  gap of cc2541 whit  ADDRMODE_PRIVATE_RESOLVE. then my board can not scan the adv package of cc2541 too. it won't work evenif we retry scan but reset cc2640r2.

so we think if there is any limit of ble stack about scan the peripheral with  Random Resolvable Private Address ? after reach the limited number of RPAs,it won't scan adv of PRAs?

as this situation ,we have to reset cc26402r every 30min, how can we solve this promble?

// Scan parameters
#define DEFAULT_SCAN_DURATION 4000
#define DEFAULT_SCAN_WIND 80
#define DEFAULT_SCAN_INT 80

  • Hello,

    I will need a bit more information so that we can best assist you with your investigation.

    - What SDK are you using?
    - Are you using the BLE-Stack (3.x) or BLE5-Stack (5.x) component of the stack, what is the version number of the SDK and stack?
    - What is the max number of RPAs are you attempting to scan?
    - Can the following be reproduced using TI sample applications? If so, how?
  • Hi,I am using the multirole of the simplelink_cc2640r2_sdk_1_50_00_58,CCS7.4.

    just one,may be there are any adv package of smartphone. and the DEFAULT_MAX_SCAN_RES is 3.

    after it won't scan RPAs it still could be connect as a peripheral and exchange information.

    and it can be reproduced if use a andriod phone as  peripheral and change the adv package frequency(5 second or less ,as the RPAs will change when the adv package change)

  • any advise will appreciate 

  • Hello,

    We need a bit more information to attempt to reproduce your issue:

    1. Do you set TGAP_FILTER_ADV_REPORTS or do you use the default
    2. Is the multi_role device using an RPA or a public address?
    3. What value of DEFAULT_DISCOVERY_WHITE_LIST are you using?


    Ideally you could post the multi_role.c file you are using on the LaunchPad and the simple_peripheral.c file you are using on the CC2541 dongle or code snippets with a minimum steps to repeat the issue.
  • thanks your reply, I did set GAP_SetParamValue(TGAP_FILTER_ADV_REPORTS ,FALSE); and my multi_role device using a a public address.

    'cause for new product dislpay we haven't repeat the issue on other way but just reset...

    // Discovey mode (limited, general, all)
    #define DEFAULT_DISCOVERY_MODE                DEVDISC_MODE_ALL

    // TRUE to use active scan
    #define DEFAULT_DISCOVERY_ACTIVE_SCAN         FALSE

    // TRUE to use white list during discovery
    #define DEFAULT_DISCOVERY_WHITE_LIST          FALSE

    // TRUE to use high scan duty cycle when creating link
    #define DEFAULT_LINK_HIGH_DUTY_CYCLE          FALSE

    // TRUE to use white list when creating link
    #define DEFAULT_LINK_WHITE_LIST               FALSE

  • Hello,

    Thanks for this information, does this behavior occur if you use the white list while scanning?
    Have you paired and bonded with this device at all before?
  • Its also worth mentioning that if you have ever paired and bonded with the device then be sure to set the following parameter in the bond manager :GAPBOND_AUTO_SYNC_WL
  • sorry about relpy you in time ,we han't use the white list while scanning and paired and bonded whit devices
  • Okay, so the whitelist and resolving list are not in play at all then. And you are not enabling pairing or bonding at all, correct?

    Can you provide the source code needed to reproduce this?

  • =================================================
    19:40:54.765000  Sent:  'HCI_Ext_Build_Revision'   01 1B FC 03 01 00 00
    
    =================================================
    19:40:54.779000  Received: 04 FF 09 1B 04 00 1B FC 38 49 00 00
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  9.9X
    	Build Revision Number: 2.2.2
    
    =================================================
    19:40:54.981000  Sent:  'HCI_Ext_Reset_System'   01 1D FC 01 00
    
    =================================================
    19:40:54.986000  Received: 04 FF 05 1D 04 00 1D FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041D
    Got: 'HCI_Ext_Reset_System'
    Data length:	3
    	Cmd Opcode: 0xfc1d
    
    
    =================================================
    19:40:55.305000  Received: 04 FF 09 1B 04 00 1B FC 38 49 00 00
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  9.9X
    	Build Revision Number: 2.2.2
    
    =================================================
    19:40:57.012000  Sent:  'UTIL_BuildRevision'   01 84 FE 00
    
    =================================================
    19:40:57.014000  Received: 04 FF 10 7F 06 00 84 FE 0A 01 00 01 00 00 91 7F 00 2C 00
    Found Event Packet
    Event length:	16
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	14
    	OpCode:	'UTIL_BuildRevision'
    	Payload Length: 10
    	Raw payload data: 01 00 01 00 00 91 7F 00 2C 00
    	SUCCESS
    		Stack version: 1.0.1
    		Build version: 0
    		Stack information:
    			IAR used to build stack project
    			IAR used to build stack library
    			ROM build
    		Control information:
    			ADV_NCONN_CFG included
    			ADV_CONN_CFG included
    			SCAN_CFG included
    			INIT_CFG included
    			PING_CFG included
    			SLV_FEAT_EXCHG_CFG included
    			CONN_PARAM_REQ_CFG included
    		Host information:
    			PERIPHERAL_CFG included
    			CENTRAL_CFG included
    			L2CAP_CO_CHANNELS included
    
    =================================================
    19:40:57.016000  Sent:  'HCI_Ext_Get_Connection_Information'   01 20 FC 03 00 00 00
    
    =================================================
    19:40:57.030000  Received: 04 FF 07 20 04 00 20 FC 03 00
    Found Event Packet
    Event length:	7
    Event Code:	Vendor Specific
    Data Code:	0x0420
    Got: 'HCI_Ext_Get_Connection_Information'
    Data length:	5
    	Cmd Opcode: 0xfc20
    	Number of allocated connections:  3
    	Number of active connections:     0
    
    =================================================
    19:40:57.032000  Sent:  'LE_Read_Buffer_Size'   01 02 20 00
    
    =================================================
    19:40:57.046000  Received: 04 0E 07 01 02 20 00 FF 00 05
    Found Event Packet
    Event length:	7
    Event Code:	Command Complete BT
    
    Raw data: 01 02 20 00 FF 00 05
    Number of HCI Command Packets: 1
    Command OpCode : 0x2002
    Return Parameter(s) : 00 FF 00 05
    Got: 'LE_Read_Buffer_Size'
    	Status:                       Success
    	Data Packet Max Length:       255
    	Total number of Data Packets: 5
    
    =================================================
    19:40:57.048000  Sent:  'LE_Read_Local_Supported_Features'   01 03 20 00
    
    =================================================
    19:40:57.062000  Received: 04 0E 0C 01 03 20 00 FF 41 00 00 00 00 00 00
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 03 20 00 FF 41 00 00 00 00 00 00
    Number of HCI Command Packets: 1
    Command OpCode : 0x2003
    Return Parameter(s) : 00 FF 41 00 00 00 00 00 00
    Got: 'LE_Read_Local_Supported_Features'
    	Status: Success
    	LE Encryption:                          	Y
    	Connection Parameters Request Procedure:	Y
    	Extended Reject Indication:             	Y
    	Slave-initiated Features Exchange:      	Y
    	LE Ping:                                	Y
    	LE Data Packet Length Extension:        	Y
    	LL Privacy:                             	Y
    	Extended Scanner Filter Policies:       	Y
    
    =================================================
    19:40:57.064000  Sent:  'HCI_Ext_Number_Completed_Packets_Limit'   01 1F FC 02 01 00
    
    =================================================
    19:40:57.078000  Received: 04 FF 05 1F 04 00 1F FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041F
    Got: 'HCI_Ext_Number_Completed_Packets_Limit'
    Data length:	3
    	Cmd Opcode: 0xfc1f
    
    
    =================================================
    19:40:57.080000  Sent:  'BT_LE_Read_Local_Version_Information'   01 01 10 00
    
    =================================================
    19:40:57.094000  Received: 04 0E 0C 01 01 10 00 08 20 02 09 0D 00 20 02
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 01 10 00 08 20 02 09 0D 00 20 02
    Number of HCI Command Packets: 1
    Command OpCode : 0x1001
    Return Parameter(s) : 00 08 20 02 09 0D 00 20 02
    Got: 'BT_LE_Read_Local_Version_Information'
    	Status:             Success
    	HCI Version:        4.2
    	HCI Revision:       544
    	LMP/PAL Version:    5.0
    	Manufacturer Name:  Texas Instruments Inc.
    	LMP/PAL Subversion: 544
    
    =================================================
    19:40:57.095000  Sent:  'LE_Read_White_List_Size'   01 0F 20 00
    
    =================================================
    19:40:57.109000  Received: 04 0E 05 01 0F 20 00 10
    Found Event Packet
    Event length:	5
    Event Code:	Command Complete BT
    
    Raw data: 01 0F 20 00 10
    Number of HCI Command Packets: 1
    Command OpCode : 0x200F
    Return Parameter(s) : 00 10
    Got: 'LE_Read_White_List_Size'
    	Status: Success
    	Total number of white list entries that can be stored in the Controller: 16
    
    =================================================
    19:40:57.112000  Sent:  'LE_Clear_White_List'   01 10 20 00
    
    =================================================
    19:40:57.126000  Received: 04 0E 04 01 10 20 00
    Found Event Packet
    Event length:	4
    Event Code:	Command Complete BT
    
    Raw data: 01 10 20 00
    Number of HCI Command Packets: 1
    Command OpCode : 0x2010
    Return Parameter(s) : 00
    Got: 'LE_Clear_White_List'
    	Status: Success
    
    =================================================
    19:40:57.128000  Sent:  'LE_Read_Maximum_Data_Length'   01 2F 20 00
    
    =================================================
    19:40:57.141000  Received: 04 0E 0C 01 2F 20 00 FB 00 48 08 FB 00 48 08
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 2F 20 00 FB 00 48 08 FB 00 48 08
    Number of HCI Command Packets: 1
    Command OpCode : 0x202F
    Return Parameter(s) : 00 FB 00 48 08 FB 00 48 08
    Got: 'LE_Read_Maximum_Data_Length'
    	Status:                  Success
    	Supported Max Tx Octets: 251
    	Supported Max Tx Time:   2120
    	Supported Max Rx Octets: 251
    	Supported Max Rx Time:   2120
    
    =================================================
    19:40:57.144000  Sent:  'GAP_Device_Initialization'   01 00 FE 26 08 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00
    
    =================================================
    19:40:57.157000  Received: 04 FF 06 7F 06 00 00 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Device_Initialization'
    	Payload Length: 0
    
    
    =================================================
    19:40:57.158000  Received: 04 FF 2C 00 06 00 F4 A9 20 0E 6C 54 FF 00 05 4F 0F F8 CD C1 1B EE 1B FF D3 8F B8 5A 02 6B C0 45 C7 6E 98 D2 07 8A F1 19 82 FD 98 2F 30 0D 10
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x0600
    Got: 'GAP_Device_Init_Done'
    Data length:	42
    Device initialized and ready
    	Device address:               54:6C:0E:20:A9:F4
    	HC_LE_Data_Packet_Length:     255
    	HC_Total_Num_LE_Data_Packets: 5
    	IRK:                          4F:0F:F8:CD:C1:1B:EE:1B:FF:D3:8F:B8:5A:02:6B:C0
    	CSRK:                         45:C7:6E:98:D2:07:8A:F1:19:82:FD:98:2F:30:0D:10
    
    =================================================
    19:40:58.159000  Sent:  'GAP_Configure_Device_Address'   01 03 FE 07 00 00 00 00 00 00 00
    
    =================================================
    19:40:58.164000  Received: 04 FF 06 7F 06 00 03 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Configure_Device_Address'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.167000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 19 64 00
    
    =================================================
    19:40:58.180000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_SUPERV_TIMEOUT
    
    =================================================
    19:40:58.182000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 20 30 75
    
    =================================================
    19:40:58.196000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_SM_TIMEOUT
    
    =================================================
    19:40:58.198000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 05 00 10
    
    =================================================
    19:40:58.211000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.213000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.227000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.229000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 00 2A 01
    
    =================================================
    19:40:58.243000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.245000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.259000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.288000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 01 2A 01
    
    =================================================
    19:40:58.291000  Received: 04 FF 0A 7F 06 00 FE FD 04 01 00 05 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 01 00 05 00
    
    
    =================================================
    19:40:58.293000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 0F 00 10
    
    =================================================
    19:40:58.307000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.308000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.323000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.324000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 29 2A 01
    
    =================================================
    19:40:58.339000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.340000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.355000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.356000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 24 2A 01
    
    =================================================
    19:40:58.371000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.373000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.387000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.389000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 25 2A 01
    
    =================================================
    19:40:58.403000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.405000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.419000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.421000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 26 2A 01
    
    =================================================
    19:40:58.435000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.437000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.451000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.453000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 27 2A 01
    
    =================================================
    19:40:58.467000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.468000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.482000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.485000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 28 2A 01
    
    =================================================
    19:40:58.498000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.501000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.514000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.517000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 23 2A 01
    
    =================================================
    19:40:58.530000  Received: 04 FF 0A 7F 06 00 FE FD 04 06 00 14 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 06 00 14 00
    
    
    =================================================
    19:40:58.533000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 04 00 10
    
    =================================================
    19:40:58.546000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.549000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.562000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.565000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 19 2A 01
    
    =================================================
    19:40:58.578000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.581000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    19:40:58.594000  Received: 04 FF 0A 7F 06 00 FE FD 04 15 00 18 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 15 00 18 00
    
    
    =================================================
    19:40:58.597000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 04 00 10
    
    =================================================
    19:40:58.610000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.612000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.626000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.628000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 2B 2A 01
    
    =================================================
    19:40:58.642000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.644000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    19:40:58.658000  Received: 04 FF 0A 7F 06 00 FE FD 04 19 00 1C 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 19 00 1C 00
    
    
    =================================================
    19:40:58.661000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 12 00 10
    
    =================================================
    19:40:58.674000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.676000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.690000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.693000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A7 2A 00
    
    =================================================
    19:40:58.706000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.709000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    19:40:58.722000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.724000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.738000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.740000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A8 2A 40
    
    =================================================
    19:40:58.754000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.756000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.770000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.772000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A9 2A 40
    
    =================================================
    19:40:58.786000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.788000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.802000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.803000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AA 2A C0
    
    =================================================
    19:40:58.818000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.819000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.834000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.836000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AB 2A 40
    
    =================================================
    19:40:58.850000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.852000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.866000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.868000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 52 2A 80
    
    =================================================
    19:40:58.881000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.883000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 81
    
    =================================================
    19:40:58.898000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.900000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    19:40:58.913000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.916000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AC 2A 80
    
    =================================================
    19:40:58.929000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    19:40:58.932000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 81
    
    =================================================
    19:40:58.945000  Received: 04 FF 0A 7F 06 00 FE FD 04 1D 00 2E 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 1D 00 2E 00
    
    
    =================================================
    19:40:58.946000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 15 18 00
    
    =================================================
    19:40:58.961000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_INT_MIN
    
    =================================================
    19:40:58.964000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 16 18 00
    
    =================================================
    19:40:58.977000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_INT_MAX
    
    =================================================
    19:40:58.980000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 1A 00 00
    
    =================================================
    19:40:58.993000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_LATENCY
    
    =================================================
    19:40:58.996000  Sent:  'GAP_Get_Parameter'   01 31 FE 01 23
    
    =================================================
    19:40:59.009000  Received: 04 FF 08 7F 06 00 31 FE 02 01 00
    Found Event Packet
    Event length:	8
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	6
    	OpCode:	'GAP_Get_Parameter'
    	Payload Length: 2
    	Raw payload data: 01 00
    		TGAP_FILTER_ADV_REPORTS = True 
    
    =================================================
    19:40:59.012000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 02 10 27
    
    =================================================
    19:40:59.025000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN
    
    =================================================
    19:40:59.028000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 10 40 06
    
    =================================================
    19:40:59.041000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN_INT
    
    =================================================
    19:40:59.044000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 11 40 06
    
    =================================================
    19:40:59.057000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN_WIND
    
    =================================================
    19:40:59.059000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 24 A6 FF
    
    =================================================
    19:40:59.073000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_SCAN_RSP_RSSI_MIN
    
    =================================================
    19:40:59.076000  Sent:  'GAP_Device_Discovery_Request'   01 04 FE 03 03 01 00
    
    =================================================
    19:40:59.160000  Received: 04 FF 06 7F 06 00 04 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Device_Discovery_Request'
    	Payload Length: 0
    
    
    =================================================
    19:40:59.162000  Received: 04 FF 2C 0D 06 00 03 01 F3 E3 39 89 F8 1A B2 1F 1E FF 06 00 01 09 20 00 1D 82 8F 07 DA 05 79 2F A7 54 46 B7 78 A4 E4 B7 47 09 EE 86 AF FB CD
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1A:F8:89:39:E3:F3
    	RSSI:           -78dBm
    	Ad Manufacturer Specific: 	 ���y/�TF�x��G	��
    
    
    =================================================
    19:40:59.163000  Received: 04 FF 2C 0D 06 00 03 01 62 33 25 F8 DD 13 B4 1F 1E FF 06 00 01 09 20 00 92 10 FC 27 B0 D0 77 B7 59 40 B7 75 89 AC 13 BC 58 E9 22 68 F1 94 B5
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 13:DD:F8:25:33:62
    	RSSI:           -76dBm
    	Ad Manufacturer Specific: 	 ��'��w�Y@�u���X�"h�
    
    
    =================================================
    19:40:59.164000  Received: 04 FF 2C 0D 06 00 03 01 70 A3 F3 CF B1 03 AE 1F 1E FF 06 00 01 09 20 00 1B DF D7 F7 B5 26 3A 88 1F 11 05 67 D9 67 4E E8 B3 76 59 75 D2 12 4D
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 03:B1:CF:F3:A3:70
    	RSSI:           -82dBm
    	Ad Manufacturer Specific: 	 ����&:�g�gN�vYu�M
    
    
    =================================================
    19:40:59.165000  Received: 04 FF 18 0D 06 00 00 00 30 49 91 75 32 4C BA 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 4C:32:75:91:49:30
    	RSSI:           -70dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    19:40:59.167000  Received: 04 FF 2C 0D 06 00 03 01 E2 06 21 7E 3C 36 B8 1F 1E FF 06 00 01 09 20 02 44 9E 7C 09 B1 93 33 FB E7 DA 60 E6 DB 52 4C DC 26 73 23 16 8C 9E 65
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 36:3C:7E:21:06:E2
    	RSSI:           -72dBm
    	Ad Manufacturer Specific: 	 D�|	��3���`��RL�&s#��e
    
    
    =================================================
    19:40:59.168000  Received: 04 FF 2C 0D 06 00 03 01 95 18 88 0C 44 07 C3 1F 1E FF 06 00 01 09 20 00 BE D5 8C 41 97 9C 04 16 D7 25 D8 57 1E 36 2F 7A 1C 95 F4 CE 92 B7 90
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 07:44:0C:88:18:95
    	RSSI:           -61dBm
    	Ad Manufacturer Specific: 	 �ՌA���%�W6/z��Β��
    
    
    =================================================
    19:40:59.169000  Received: 04 FF 2C 0D 06 00 03 01 E3 6D E3 78 E1 1A AE 1F 1E FF 06 00 01 09 20 02 24 61 82 2F 8C 13 3E 1F 10 53 43 D7 C4 93 4A 78 C9 B3 57 65 E5 61 46
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1A:E1:78:E3:6D:E3
    	RSSI:           -82dBm
    	Ad Manufacturer Specific: 	 $a�/�>SC�ēJxɳWe�aF
    
    
    =================================================
    19:40:59.169000  Received: 04 FF 2C 0D 06 00 03 01 6A E2 65 A4 AD 27 B2 1F 1E FF 06 00 01 09 20 02 7A 01 D0 B3 99 88 6C 69 0A B2 4D 75 F8 01 A6 1E C6 81 45 AC 75 3D DC
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 27:AD:A4:65:E2:6A
    	RSSI:           -78dBm
    	Ad Manufacturer Specific: 	 z�li
    �Mu��ƁE�u=�
    
    
    =================================================
    19:40:59.170000  Received: 04 FF 2C 0D 06 00 03 01 10 37 A2 C6 5B 00 B9 1F 1E FF 06 00 01 09 20 00 8C C7 2A 4A C4 23 F0 34 C9 4C FF 7F A9 73 FC 11 23 F0 F3 C2 80 E5 BD
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 00:5B:C6:A2:37:10
    	RSSI:           -71dBm
    	Ad Manufacturer Specific: 	 ��*J�#�4�L��s�#��€�
    
    
    =================================================
    19:40:59.171000  Received: 04 FF 2C 0D 06 00 03 01 98 C5 02 C6 38 1F AC 1F 1E FF 06 00 01 09 20 00 63 5A 28 84 5B D5 AA 65 6D 4D 8A 54 7F 6B B2 1A 22 83 25 85 D0 03 A8
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1F:38:C6:02:C5:98
    	RSSI:           -84dBm
    	Ad Manufacturer Specific: 	 cZ(�[ժemM�Tk�"�%���
    
    
    =================================================
    19:40:59.171000  Received: 04 FF 2C 0D 06 00 03 01 B4 A0 12 7F C0 27 B8 1F 1E FF 06 00 01 09 20 00 C2 F8 48 D6 50 70 BF 0D D8 B0 E3 F3 D8 3C 01 06 E4 D9 24 D0 8E B7 88
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 27:C0:7F:12:A0:B4
    	RSSI:           -72dBm
    	Ad Manufacturer Specific: 	 ��H�Pp�
    ذ���<��$Ў��
    
    
    =================================================
    19:40:59.172000  Received: 04 FF 18 0D 06 00 00 00 51 E4 F2 A2 F0 2C B2 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 2C:F0:A2:F2:E4:51
    	RSSI:           -78dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    19:40:59.173000  Received: 04 FF 2C 0D 06 00 03 01 E6 6E 8D 86 17 08 B8 1F 1E FF 06 00 01 09 20 00 7A 95 B7 89 56 97 BE FA 71 AE 2C 15 9A 21 FE 06 D2 95 67 16 3D 6D 1A
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 08:17:86:8D:6E:E6
    	RSSI:           -72dBm
    	Ad Manufacturer Specific: 	 z���V���q�,�!�ҕg=m
    
    
    =================================================
    19:40:59.174000  Received: 04 FF 2C 0D 06 00 03 01 F2 AE 18 ED FA 2E B7 1F 1E FF 06 00 01 09 20 02 38 69 CE E6 83 A9 C9 09 1F ED 8E CB 6A 9E E7 F4 46 68 FD C0 15 F6 4D
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 2E:FA:ED:18:AE:F2
    	RSSI:           -73dBm
    	Ad Manufacturer Specific: 	 8i�惩�	��j���Fh���M
    
    
    =================================================
    19:40:59.175000  Received: 04 FF 2C 0D 06 00 03 01 2F A4 0E 97 DC 11 AB 1F 1E FF 06 00 01 09 20 02 17 34 42 A5 34 1F 98 46 7F BB F8 CB 63 FB 30 8C 27 65 8F 41 4A 26 BF
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 11:DC:97:0E:A4:2F
    	RSSI:           -85dBm
    	Ad Manufacturer Specific: 	 4B�4�F���c�0�'e�AJ&�
    
    
    =================================================
    19:40:59.175000  Received: 04 FF 2C 0D 06 00 03 01 85 91 C7 F8 27 20 AA 1F 1E FF 06 00 01 09 20 00 DE EE 9A 13 03 1D 4E E9 87 E1 48 DE 5D 2A E8 FE 8B 18 BC 3B FE 91 13
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 20:27:F8:C7:91:85
    	RSSI:           -86dBm
    	Ad Manufacturer Specific: 	 ��N��H�]*����;��
    
    
    =================================================
    19:40:59.192000  Received: 04 FF 2C 0D 06 00 03 01 76 3C 0D 9D A7 0D A7 1F 1E FF 06 00 01 09 20 02 37 CD BB 06 81 46 9E D1 CB F8 5A EB 40 93 A4 EF D0 25 4B 87 1C 49 24
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 0D:A7:9D:0D:3C:76
    	RSSI:           -89dBm
    	Ad Manufacturer Specific: 	 7ͻ�F����Z�@����%K�I$
    
    
    =================================================
    19:40:59.224000  Received: 04 FF 18 0D 06 00 00 00 45 B5 ED F3 40 10 AA 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 10:40:F3:ED:B5:45
    	RSSI:           -86dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    19:40:59.383000  Received: 04 FF 18 0D 06 00 00 00 37 AA 8F 08 03 60 C0 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 60:03:08:8F:AA:37
    	RSSI:           -64dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    19:40:59.751000  Received: 04 FF 25 0D 06 00 00 00 C1 F6 6A A2 16 DC B5 18 02 01 06 0F 09 43 47 4D 20 47 54 37 30 30 39 39 38 35 4D 04 FF F9 01 80
    Found Event Packet
    Event length:	37
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	35
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: DC:16:A2:6A:F6:C1
    	RSSI:           -75dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Complete Local Name: CGM GT7009985M
    	Ad Manufacturer Specific: ��
    
    
    =================================================
    19:40:59.752000  Received: 04 FF 10 0D 06 00 04 00 C1 F6 6A A2 16 DC B6 03 02 0A 00
    Found Event Packet
    Event length:	16
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	14
    	Event Type:     Scan Response
    	Address Type:   PUBLIC
    	Device Address: DC:16:A2:6A:F6:C1
    	RSSI:           -74dBm
    
    
    =================================================
    19:41:09.094000  Received: 04 FF C4 01 06 00 18 03 01 F3 E3 39 89 F8 1A 03 01 62 33 25 F8 DD 13 03 01 70 A3 F3 CF B1 03 00 00 30 49 91 75 32 4C 03 01 E2 06 21 7E 3C 36 03 01 95 18 88 0C 44 07 03 01 E3 6D E3 78 E1 1A 03 01 6A E2 65 A4 AD 27 03 01 10 37 A2 C6 5B 00 03 01 AD 03 6F C9 31 02 03 01 98 C5 02 C6 38 1F 03 01 B4 A0 12 7F C0 27 03 01 D1 B8 4D 22 9A 29 00 00 51 E4 F2 A2 F0 2C 03 01 E6 6E 8D 86 17 08 03 01 F2 AE 18 ED FA 2E 03 01 49 65 C0 A9 D1 25 03 01 2F A4 0E 97 DC 11 03 01 85 91 C7 F8 27 20 03 01 F0 1B 2B 57 EE 03 03 01 76 3C 0D 9D A7 0D 00 00 45 B5 ED F3 40 10 00 00 37 AA 8F 08 03 60 00 00 C1 F6 6A A2 16 DC
    Found Event Packet
    Event length:	196
    Event Code:	Vendor Specific
    Data Code:	0x0601
    Got: 'GAP_Device_Discovery'
    Data length:	194
    	Found 24 devices
    		Device #1
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1A:F8:89:39:E3:F3
    		Device #2
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 13:DD:F8:25:33:62
    		Device #3
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 03:B1:CF:F3:A3:70
    		Device #4
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 4C:32:75:91:49:30
    		Device #5
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 36:3C:7E:21:06:E2
    		Device #6
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 07:44:0C:88:18:95
    		Device #7
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1A:E1:78:E3:6D:E3
    		Device #8
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 27:AD:A4:65:E2:6A
    		Device #9
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 00:5B:C6:A2:37:10
    		Device #10
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 02:31:C9:6F:03:AD
    		Device #11
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1F:38:C6:02:C5:98
    		Device #12
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 27:C0:7F:12:A0:B4
    		Device #13
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 29:9A:22:4D:B8:D1
    		Device #14
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 2C:F0:A2:F2:E4:51
    		Device #15
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 08:17:86:8D:6E:E6
    		Device #16
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 2E:FA:ED:18:AE:F2
    		Device #17
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 25:D1:A9:C0:65:49
    		Device #18
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 11:DC:97:0E:A4:2F
    		Device #19
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 20:27:F8:C7:91:85
    		Device #20
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 03:EE:57:2B:1B:F0
    		Device #21
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 0D:A7:9D:0D:3C:76
    		Device #22
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 10:40:F3:ED:B5:45
    		Device #23
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 60:03:08:8F:AA:37
    		Device #24
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: DC:16:A2:6A:F6:C1
    
    =================================================
    19:41:12.498000  Sent:  'HCI_Ext_Reset_System'   01 1D FC 01 00
    
    =================================================
    19:41:12.510000  Received: 04 FF 05 1D 04 00 1D FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041D
    Got: 'HCI_Ext_Reset_System'
    Data length:	3
    	Cmd Opcode: 0xfc1d
    
    
    =================================================
    19:41:12.814000  Received: 04 FF 09 1B 04 00 1B FC 38 49 00 00
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  9.9X
    	Build Revision Number: 2.2.2
    
    Hi Sean,

    I faced with issue while scanning for cell phone that always uses RPA.  The issue is inability to find cell phone at all.  For experiment  I use HostTest_App based on SDK 1.40.00.45.   I did not do anything special, just initialize chip as central and start Device Discovery.  I was able to find devices with public and static addresses but could not find devices with RPA.

    Captured log is attached.

    Regards ,

    Sergiy.

  • Hi Sergiy,

    In the log you provided there are multiple advertisement reports of devices with address type random.
    Since you have not paired and bonded with the phone or shared an Identity Resolving Key (IRK) then there is no way to resolve this random address, thus they appear as random.
  • Hi Sean,

    I am talking about problem in the TI SDK related to the very first scan when I'd like to see all devices around.  The issue is observed only on TI SDK v.1.40.00.45 for CC2640R2 chip.    This SDK is not able to find cell phone with RPA.

    In the attachment you can find two logs captured simultaneously:

    - first one is captured by dongle programmed wth TI SDK v.2.2.1 for CC2640 and it successfully found cell phone with BD address 55:DB:A8:70:05:2D

    - second one  is captured by dongle programmed wth TI SDK v.1.40.00.45 for CC2640R2 and it couldn't find cell phone with BD address 55:DB:A8:70:05:2D

    Regards,

    Sergiy

    =================================================
    16:13:09.169000  Sent:  'HCI_Ext_Build_Revision'   01 1B FC 03 01 00 00
    
    =================================================
    16:13:09.176000  Received: 04 FF 09 1B 04 00 1B FC 24 00 C0 86
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  0.1D
    	Build Revision Number: 2.2.1
    
    =================================================
    16:13:09.478000  Sent:  'HCI_Ext_Reset_System'   01 1D FC 01 00
    
    =================================================
    16:13:09.480000  Received: 04 FF 05 1D 04 00 1D FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041D
    Got: 'HCI_Ext_Reset_System'
    Data length:	3
    	Cmd Opcode: 0xfc1d
    
    
    =================================================
    16:13:11.482000  Sent:  'UTIL_BuildRevision'   01 84 FE 00
    
    =================================================
    16:13:11.495000  Received: 04 FF 10 7F 06 00 84 FE 0A 01 02 02 C0 86 91 7F 00 2C 00
    Found Event Packet
    Event length:	16
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	14
    	OpCode:	'UTIL_BuildRevision'
    	Payload Length: 10
    	Raw payload data: 01 02 02 C0 86 91 7F 00 2C 00
    	SUCCESS
    		Stack version: 2.2.1
    		Build version: 34496
    		Stack information:
    			IAR used to build stack project
    			IAR used to build stack library
    			ROM build
    		Control information:
    			ADV_NCONN_CFG included
    			ADV_CONN_CFG included
    			SCAN_CFG included
    			INIT_CFG included
    			PING_CFG included
    			SLV_FEAT_EXCHG_CFG included
    			CONN_PARAM_REQ_CFG included
    		Host information:
    			PERIPHERAL_CFG included
    			CENTRAL_CFG included
    			L2CAP_CO_CHANNELS included
    
    =================================================
    16:13:11.497000  Sent:  'HCI_Ext_Get_Connection_Information'   01 20 FC 03 00 00 00
    
    =================================================
    16:13:11.512000  Received: 04 FF 07 20 04 00 20 FC 04 00
    Found Event Packet
    Event length:	7
    Event Code:	Vendor Specific
    Data Code:	0x0420
    Got: 'HCI_Ext_Get_Connection_Information'
    Data length:	5
    	Cmd Opcode: 0xfc20
    	Number of allocated connections:  4
    	Number of active connections:     0
    
    =================================================
    16:13:11.515000  Sent:  'LE_Read_Buffer_Size'   01 02 20 00
    
    =================================================
    16:13:11.526000  Received: 04 0E 07 01 02 20 00 CF 00 04
    Found Event Packet
    Event length:	7
    Event Code:	Command Complete BT
    
    Raw data: 01 02 20 00 CF 00 04
    Number of HCI Command Packets: 1
    Command OpCode : 0x2002
    Return Parameter(s) : 00 CF 00 04
    Got: 'LE_Read_Buffer_Size'
    	Status:                       Success
    	Data Packet Max Length:       207
    	Total number of Data Packets: 4
    
    =================================================
    16:13:11.529000  Sent:  'LE_Read_Local_Supported_Features'   01 03 20 00
    
    =================================================
    16:13:11.542000  Received: 04 0E 0C 01 03 20 00 FF 00 00 00 00 00 00 00
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 03 20 00 FF 00 00 00 00 00 00 00
    Number of HCI Command Packets: 1
    Command OpCode : 0x2003
    Return Parameter(s) : 00 FF 00 00 00 00 00 00 00
    Got: 'LE_Read_Local_Supported_Features'
    	Status: Success
    	LE Encryption:                          	Y
    	Connection Parameters Request Procedure:	Y
    	Extended Reject Indication:             	Y
    	Slave-initiated Features Exchange:      	Y
    	LE Ping:                                	Y
    	LE Data Packet Length Extension:        	Y
    	LL Privacy:                             	Y
    	Extended Scanner Filter Policies:       	Y
    
    =================================================
    16:13:11.544000  Sent:  'HCI_Ext_Number_Completed_Packets_Limit'   01 1F FC 02 01 00
    
    =================================================
    16:13:11.558000  Received: 04 FF 05 1F 04 00 1F FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041F
    Got: 'HCI_Ext_Number_Completed_Packets_Limit'
    Data length:	3
    	Cmd Opcode: 0xfc1f
    
    
    =================================================
    16:13:11.559000  Sent:  'BT_LE_Read_Local_Version_Information'   01 01 10 00
    
    =================================================
    16:13:11.574000  Received: 04 0E 0C 01 01 10 00 08 21 02 08 0D 00 21 02
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 01 10 00 08 21 02 08 0D 00 21 02
    Number of HCI Command Packets: 1
    Command OpCode : 0x1001
    Return Parameter(s) : 00 08 21 02 08 0D 00 21 02
    Got: 'BT_LE_Read_Local_Version_Information'
    	Status:             Success
    	HCI Version:        4.2
    	HCI Revision:       545
    	LMP/PAL Version:    4.2
    	Manufacturer Name:  Texas Instruments Inc.
    	LMP/PAL Subversion: 545
    
    =================================================
    16:13:11.576000  Sent:  'LE_Read_White_List_Size'   01 0F 20 00
    
    =================================================
    16:13:11.590000  Received: 04 0E 05 01 0F 20 00 10
    Found Event Packet
    Event length:	5
    Event Code:	Command Complete BT
    
    Raw data: 01 0F 20 00 10
    Number of HCI Command Packets: 1
    Command OpCode : 0x200F
    Return Parameter(s) : 00 10
    Got: 'LE_Read_White_List_Size'
    	Status: Success
    	Total number of white list entries that can be stored in the Controller: 16
    
    =================================================
    16:13:11.593000  Sent:  'LE_Clear_White_List'   01 10 20 00
    
    =================================================
    16:13:11.606000  Received: 04 0E 04 01 10 20 00
    Found Event Packet
    Event length:	4
    Event Code:	Command Complete BT
    
    Raw data: 01 10 20 00
    Number of HCI Command Packets: 1
    Command OpCode : 0x2010
    Return Parameter(s) : 00
    Got: 'LE_Clear_White_List'
    	Status: Success
    
    =================================================
    16:13:11.609000  Sent:  'LE_Read_Maximum_Data_Length'   01 2F 20 00
    
    =================================================
    16:13:11.622000  Received: 04 0E 0C 01 2F 20 00 FB 00 48 08 FB 00 48 08
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 2F 20 00 FB 00 48 08 FB 00 48 08
    Number of HCI Command Packets: 1
    Command OpCode : 0x202F
    Return Parameter(s) : 00 FB 00 48 08 FB 00 48 08
    Got: 'LE_Read_Maximum_Data_Length'
    	Status:                  Success
    	Supported Max Tx Octets: 251
    	Supported Max Tx Time:   2120
    	Supported Max Rx Octets: 251
    	Supported Max Rx Time:   2120
    
    =================================================
    16:13:11.625000  Sent:  'GAP_Device_Initialization'   01 00 FE 26 08 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00
    
    =================================================
    16:13:11.638000  Received: 04 FF 06 7F 06 00 00 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Device_Initialization'
    	Payload Length: 0
    
    
    =================================================
    16:13:11.640000  Received: 04 FF 2C 00 06 00 84 84 D0 84 BE C4 CF 00 04 1C 63 EB E2 ED BB 8C B1 CF 8D E3 84 33 7E A1 BA F3 17 07 1F 43 18 2D 39 19 69 F3 EA 39 BF 01 9A
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x0600
    Got: 'GAP_Device_Init_Done'
    Data length:	42
    Device initialized and ready
    	Device address:               C4:BE:84:D0:84:84
    	HC_LE_Data_Packet_Length:     207
    	HC_Total_Num_LE_Data_Packets: 4
    	IRK:                          1C:63:EB:E2:ED:BB:8C:B1:CF:8D:E3:84:33:7E:A1:BA
    	CSRK:                         F3:17:07:1F:43:18:2D:39:19:69:F3:EA:39:BF:01:9A
    
    =================================================
    16:13:12.643000  Sent:  'GAP_Configure_Device_Address'   01 03 FE 07 00 00 00 00 00 00 00
    
    =================================================
    16:13:12.645000  Received: 04 FF 06 7F 06 00 03 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Configure_Device_Address'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.647000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 19 64 00
    
    =================================================
    16:13:12.661000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_SUPERV_TIMEOUT
    
    =================================================
    16:13:12.664000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 20 30 75
    
    =================================================
    16:13:12.677000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_SM_TIMEOUT
    
    =================================================
    16:13:12.680000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 05 00 10
    
    =================================================
    16:13:12.693000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.696000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.710000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.712000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 00 2A 01
    
    =================================================
    16:13:12.725000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.728000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.741000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.744000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 01 2A 01
    
    =================================================
    16:13:12.757000  Received: 04 FF 0A 7F 06 00 FE FD 04 01 00 05 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 01 00 05 00
    
    
    =================================================
    16:13:12.760000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 0F 00 10
    
    =================================================
    16:13:12.773000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.776000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.789000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.792000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 29 2A 01
    
    =================================================
    16:13:12.805000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.808000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.821000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.824000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 24 2A 01
    
    =================================================
    16:13:12.837000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.840000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.853000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.856000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 25 2A 01
    
    =================================================
    16:13:12.869000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.872000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.885000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.888000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 26 2A 01
    
    =================================================
    16:13:12.901000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.905000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.917000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.920000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 27 2A 01
    
    =================================================
    16:13:12.934000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.935000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.949000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.952000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 28 2A 01
    
    =================================================
    16:13:12.965000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.969000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:12.981000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:12.985000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 23 2A 01
    
    =================================================
    16:13:12.997000  Received: 04 FF 0A 7F 06 00 FE FD 04 06 00 14 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 06 00 14 00
    
    
    =================================================
    16:13:13.001000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 04 00 10
    
    =================================================
    16:13:13.013000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.016000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.029000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.032000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 19 2A 01
    
    =================================================
    16:13:13.045000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.048000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    16:13:13.061000  Received: 04 FF 0A 7F 06 00 FE FD 04 15 00 18 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 15 00 18 00
    
    
    =================================================
    16:13:13.064000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 04 00 10
    
    =================================================
    16:13:13.077000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.081000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.093000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.096000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 2B 2A 01
    
    =================================================
    16:13:13.109000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.112000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    16:13:13.125000  Received: 04 FF 0A 7F 06 00 FE FD 04 19 00 1C 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 19 00 1C 00
    
    
    =================================================
    16:13:13.128000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 12 00 10
    
    =================================================
    16:13:13.141000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.144000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.157000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.160000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A7 2A 00
    
    =================================================
    16:13:13.173000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.176000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    16:13:13.189000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.192000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.205000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.208000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A8 2A 40
    
    =================================================
    16:13:13.221000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.224000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.237000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.239000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A9 2A 40
    
    =================================================
    16:13:13.253000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.256000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.269000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.272000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AA 2A C0
    
    =================================================
    16:13:13.285000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.287000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.301000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.304000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AB 2A 40
    
    =================================================
    16:13:13.317000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.320000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.333000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.335000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 52 2A 80
    
    =================================================
    16:13:13.349000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.352000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 81
    
    =================================================
    16:13:13.365000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.368000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:13:13.381000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.383000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AC 2A 80
    
    =================================================
    16:13:13.397000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.399000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 81
    
    =================================================
    16:13:13.413000  Received: 04 FF 0A 7F 06 00 FE FD 04 1D 00 2E 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 1D 00 2E 00
    
    
    =================================================
    16:13:13.416000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 15 18 00
    
    =================================================
    16:13:13.429000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_INT_MIN
    
    =================================================
    16:13:13.431000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 16 18 00
    
    =================================================
    16:13:13.445000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_INT_MAX
    
    =================================================
    16:13:13.447000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 1A 00 00
    
    =================================================
    16:13:13.461000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_LATENCY
    
    =================================================
    16:13:13.463000  Sent:  'GAP_Get_Parameter'   01 31 FE 01 23
    
    =================================================
    16:13:13.477000  Received: 04 FF 08 7F 06 00 31 FE 02 01 00
    Found Event Packet
    Event length:	8
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	6
    	OpCode:	'GAP_Get_Parameter'
    	Payload Length: 2
    	Raw payload data: 01 00
    		TGAP_FILTER_ADV_REPORTS = True 
    
    =================================================
    16:13:13.479000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 02 10 27
    
    =================================================
    16:13:13.493000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN
    
    =================================================
    16:13:13.495000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 10 40 06
    
    =================================================
    16:13:13.509000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN_INT
    
    =================================================
    16:13:13.511000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 11 40 06
    
    =================================================
    16:13:13.525000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN_WIND
    
    =================================================
    16:13:13.527000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 24 A6 FF
    
    =================================================
    16:13:13.541000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_SCAN_RSP_RSSI_MIN
    
    =================================================
    16:13:13.543000  Sent:  'GAP_Device_Discovery_Request'   01 04 FE 03 03 01 00
    
    =================================================
    16:13:13.572000  Received: 04 FF 06 7F 06 00 04 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Device_Discovery_Request'
    	Payload Length: 0
    
    
    =================================================
    16:13:13.574000  Received: 04 FF 2C 0D 06 00 03 01 E5 8A 83 0D FC 20 B0 1F 1E FF 06 00 01 09 20 00 74 B2 30 0B ED BC DA 55 A6 AA E2 95 56 4E FC 69 52 3C 66 5B E4 6C 28
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 20:FC:0D:83:8A:E5
    	RSSI:           -80dBm
    	Ad Manufacturer Specific: 	 t�0��U���VN�iR<f[�l(
    
    
    =================================================
    16:13:13.575000  Received: 04 FF 17 0D 06 00 03 01 C2 13 4C FE 8E 3E BE 0A 02 01 1B 06 FF 4C 00 0A 01 00
    Found Event Packet
    Event length:	23
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	21
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 3E:8E:FE:4C:13:C2
    	RSSI:           -66dBm
    	Ad Flags: LE And BR EDR Capable Controller, LE General Discoverable Mode, LE Limited Discoverable Mode, LE And BR EDR Capable Host
    	Ad Manufacturer Specific: L
    
    
    
    =================================================
    16:13:13.575000  Received: 04 FF 2C 0D 06 00 03 01 F7 1A E0 22 F3 13 BA 1F 1E FF 06 00 01 09 20 02 69 75 68 BB 00 C6 B2 1A 61 7F 3C 93 09 E0 2B F7 F6 73 3F 0B 13 D9 76
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 13:F3:22:E0:1A:F7
    	RSSI:           -70dBm
    	Ad Manufacturer Specific: 	 iuh�Ʋa<�	�+��s?�v
    
    
    =================================================
    16:13:13.576000  Received: 04 FF 2C 0D 06 00 03 01 FF 7B 5F 5C DC 2E BE 1F 1E FF 06 00 01 09 20 02 1B 74 2D 9A 98 9A B5 95 CE 5E 87 B3 76 40 60 BF 9E CA 71 F5 55 D2 72
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 2E:DC:5C:5F:7B:FF
    	RSSI:           -66dBm
    	Ad Manufacturer Specific: 	 t-������^��v@`���q�U�r
    
    
    =================================================
    16:13:13.599000  Received: 04 FF 2C 0D 06 00 03 01 70 E6 C2 2D 5B 1D B0 1F 1E FF 06 00 01 09 20 00 60 BD A9 8A C4 3C 9A BD EF E4 2C 76 5E 6F 32 68 1A DF 82 04 59 3B 59
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1D:5B:2D:C2:E6:70
    	RSSI:           -80dBm
    	Ad Manufacturer Specific: 	 `����<����,v^o2h߂Y;Y
    
    
    =================================================
    16:13:13.600000  Received: 04 FF 2C 0D 06 00 03 01 F1 D4 C4 2E A3 10 C8 1F 1E FF 06 00 01 09 20 00 7C 7C D4 72 E1 2C CD 2B B0 54 5D B0 5B 8C 2D 51 F2 20 07 F4 E7 84 19
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 10:A3:2E:C4:D4:F1
    	RSSI:           -56dBm
    	Ad Manufacturer Specific: 	 ||�r�,�+�T]�[�-Q� ��
    
    
    =================================================
    16:13:13.602000  Received: 04 FF 2C 0D 06 00 03 01 60 6E CC FA 43 24 AB 1F 1E FF 06 00 01 09 20 02 AB 30 23 5C B5 C2 BC ED 62 D9 49 53 70 DD 45 26 AE F5 5C 3D 8D 18 02
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 24:43:FA:CC:6E:60
    	RSSI:           -85dBm
    	Ad Manufacturer Specific: 	 �0#\�¼�b�ISp�E&��\=�
    
    
    =================================================
    16:13:13.603000  Received: 04 FF 2C 0D 06 00 03 01 92 79 FA 73 34 2D BD 1F 1E FF 06 00 01 09 20 00 E1 AB 26 DB AB 41 EC 94 39 84 82 0C 52 B9 42 3A 8D 68 C5 91 2D F3 5B
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 2D:34:73:FA:79:92
    	RSSI:           -67dBm
    	Ad Manufacturer Specific: 	 �&۫A�9��R�B:�hő-�[
    
    
    =================================================
    16:13:13.604000  Received: 04 FF 18 0D 06 00 00 00 37 AA 8F 08 03 60 B3 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 60:03:08:8F:AA:37
    	RSSI:           -77dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    16:13:13.665000  Received: 04 FF 2C 0D 06 00 03 01 98 66 2B 6E 85 02 B5 1F 1E FF 06 00 01 09 20 00 39 7F 5B 6F 80 52 D1 A6 55 18 5D 2F 79 3A FE 39 16 BC 9F F1 96 C3 4D
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 02:85:6E:2B:66:98
    	RSSI:           -75dBm
    	Ad Manufacturer Specific: 	 9[o�RѦU]/y:�9����M
    
    
    =================================================
    16:13:13.666000  Received: 04 FF 2C 0D 06 00 03 01 C6 A5 F1 8E F7 23 BC 1F 1E FF 06 00 01 09 20 02 60 D0 33 F7 DF 8C 03 F7 E8 46 EA 75 62 99 17 39 CC BD 72 8E CC 49 13
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 23:F7:8E:F1:A5:C6
    	RSSI:           -68dBm
    	Ad Manufacturer Specific: 	 `�3�ߌ��F�ub�9̽r��I
    
    
    =================================================
    16:13:13.668000  Received: 04 FF 2C 0D 06 00 03 01 93 36 45 1C 2D 33 AC 1F 1E FF 06 00 01 09 20 00 CD D3 A1 8A 36 B6 20 54 8A 9D 47 62 28 4E 8C 3B CB B6 6D 7F 83 5C C9
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 33:2D:1C:45:36:93
    	RSSI:           -84dBm
    	Ad Manufacturer Specific: 	 �ӡ�6� T��Gb(N�;˶m�\�
    
    
    =================================================
    16:13:13.670000  Received: 04 FF 2C 0D 06 00 03 01 54 C1 D1 A3 71 1C A9 1F 1E FF 06 00 01 09 20 02 45 56 5E 2D D6 11 07 D9 51 FD 5C EC 4A 58 A4 63 12 78 8A 8C 2C 36 93
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1C:71:A3:D1:C1:54
    	RSSI:           -87dBm
    	Ad Manufacturer Specific: 	 EV^-��Q�\�JX�cx��,6�
    
    
    =================================================
    16:13:13.671000  Received: 04 FF 2C 0D 06 00 03 01 01 75 E7 7F 21 17 B6 1F 1E FF 06 00 01 09 20 02 80 D4 E6 5B 7A 0F A1 58 15 4A D5 13 BB 56 99 A4 13 60 16 CE DB 3B 6C
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 17:21:7F:E7:75:01
    	RSSI:           -74dBm
    	Ad Manufacturer Specific: 	 ���[z�XJ��V��`��;l
    
    
    =================================================
    16:13:13.672000  Received: 04 FF 2C 0D 06 00 03 01 CF 73 A7 AF 91 3E AC 1F 1E FF 06 00 01 09 20 02 12 15 34 E2 A6 DB 68 1E 5A 38 0C C0 BB 3D D3 3C 95 1D A8 D6 24 4C EB
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 3E:91:AF:A7:73:CF
    	RSSI:           -84dBm
    	Ad Manufacturer Specific: 	 4��hZ8��=�<���$L�
    
    
    =================================================
    16:13:13.673000  Received: 04 FF 2C 0D 06 00 03 01 61 36 A3 44 01 18 AA 1F 1E FF 06 00 01 09 20 00 1D 99 2E 42 81 A0 16 FB 99 35 ED A3 08 EB 61 B7 78 84 F4 25 18 17 EC
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 18:01:44:A3:36:61
    	RSSI:           -86dBm
    	Ad Manufacturer Specific: 	 �.B����5��a�x��%�
    
    
    =================================================
    16:13:13.674000  Received: 04 FF 2C 0D 06 00 03 01 19 81 6D 85 18 0D B4 1F 1E FF 06 00 01 09 20 02 AE 5A CC F9 EA 06 2F 30 97 43 1D B2 F1 67 2A AE 05 83 E5 49 07 16 1B
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 0D:18:85:6D:81:19
    	RSSI:           -76dBm
    	Ad Manufacturer Specific: 	 �Z���/0�C��g*���I
    
    
    =================================================
    16:13:13.675000  Received: 04 FF 2C 0D 06 00 03 01 AE D7 52 30 BB 19 B3 1F 1E FF 06 00 01 09 20 00 42 4E 1D A2 D3 7E 69 46 63 89 E1 08 54 DC EF 38 84 2D E9 B7 17 2D A2
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 19:BB:30:52:D7:AE
    	RSSI:           -77dBm
    	Ad Manufacturer Specific: 	 BN��~iFc��T��8�-�-�
    
    
    =================================================
    16:13:13.675000  Received: 04 FF 2C 0D 06 00 03 01 98 F6 90 D8 75 1C BB 1F 1E FF 06 00 01 09 20 00 DA A7 74 63 01 B2 C0 1E 5C C0 1C 60 C6 D7 CA AA 1E AB F5 F0 26 57 EF
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1C:75:D8:90:F6:98
    	RSSI:           -69dBm
    	Ad Manufacturer Specific: 	 ڧtc��\�`��ʪ���&W�
    
    
    =================================================
    16:13:13.697000  Received: 04 FF 18 0D 06 00 00 00 27 61 EE BB 36 1C AE 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 1C:36:BB:EE:61:27
    	RSSI:           -82dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    16:13:13.770000  Received: 04 FF 2C 0D 06 00 03 01 DB 9F 83 60 4C 05 A8 1F 1E FF 06 00 01 09 20 00 33 39 78 9D 28 EB FE 8C 3E F1 C1 69 14 6E A4 0E 21 87 8F 96 7F 31 6C
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 05:4C:60:83:9F:DB
    	RSSI:           -88dBm
    	Ad Manufacturer Specific: 	 39x�(���>��in�!���1l
    
    
    =================================================
    16:13:13.771000  Received: 04 FF 2A 0D 06 00 00 01 2D 05 70 A8 DB 55 BC 1D 02 01 1A 12 FF F9 01 00 4D 6F 62 69 6C 65 20 38 35 31 38 38 33 00 02 0A 01 03 03 82 FE
    Found Event Packet
    Event length:	42
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	40
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 55:DB:A8:70:05:2D
    	RSSI:           -68dBm
    	Ad Flags: LE And BR EDR Capable Controller, LE General Discoverable Mode, LE And BR EDR Capable Host
    	Ad Manufacturer Specific: �Mobile 851883
    
    
    =================================================
    16:13:13.773000  Received: 04 FF 24 0D 06 00 00 01 60 98 84 B2 FD 46 B1 17 02 01 06 13 FF 4C 00 0C 0E 08 A6 77 59 C3 34 E9 DB D7 A8 EF 62 1E EA
    Found Event Packet
    Event length:	36
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	34
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 46:FD:B2:84:98:60
    	RSSI:           -79dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L�wY�4��ר�b�
    
    
    =================================================
    16:13:13.774000  Received: 04 FF 2C 0D 06 00 03 01 83 60 54 E5 0C 19 AB 1F 1E FF 06 00 01 09 20 02 B4 6E 69 72 E3 96 10 C1 37 A9 63 31 90 A2 45 35 29 FB BC FD DD D7 FE
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 19:0C:E5:54:60:83
    	RSSI:           -85dBm
    	Ad Manufacturer Specific: 	 �nir��7�c1��E5)������
    
    
    =================================================
    16:13:21.157000  Received: 04 FF 2C 0D 06 00 03 01 98 F6 90 D8 75 1C BD 1F 1E FF 06 00 01 09 20 00 DC 01 78 61 FC 6F DD 2E 76 7A 6D 43 C0 9E 1C 25 25 03 17 2E AA 0A 56
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1C:75:D8:90:F6:98
    	RSSI:           -67dBm
    	Ad Manufacturer Specific: 	 �xa�o�.vzmC��%%.�
    V
    
    
    =================================================
    16:13:23.563000  Received: 04 FF C4 01 06 00 18 03 01 E5 8A 83 0D FC 20 03 01 C2 13 4C FE 8E 3E 03 01 F7 1A E0 22 F3 13 03 01 FF 7B 5F 5C DC 2E 03 01 70 E6 C2 2D 5B 1D 03 01 F1 D4 C4 2E A3 10 03 01 60 6E CC FA 43 24 03 01 92 79 FA 73 34 2D 00 00 37 AA 8F 08 03 60 03 01 98 66 2B 6E 85 02 03 01 C6 A5 F1 8E F7 23 03 01 93 36 45 1C 2D 33 03 01 54 C1 D1 A3 71 1C 03 01 01 75 E7 7F 21 17 03 01 CF 73 A7 AF 91 3E 03 01 61 36 A3 44 01 18 03 01 19 81 6D 85 18 0D 03 01 AE D7 52 30 BB 19 03 01 98 F6 90 D8 75 1C 00 00 27 61 EE BB 36 1C 03 01 DB 9F 83 60 4C 05 00 01 2D 05 70 A8 DB 55 00 01 60 98 84 B2 FD 46 03 01 83 60 54 E5 0C 19
    Found Event Packet
    Event length:	196
    Event Code:	Vendor Specific
    Data Code:	0x0601
    Got: 'GAP_Device_Discovery'
    Data length:	194
    	Found 24 devices
    		Device #1
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 20:FC:0D:83:8A:E5
    		Device #2
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 3E:8E:FE:4C:13:C2
    		Device #3
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 13:F3:22:E0:1A:F7
    		Device #4
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 2E:DC:5C:5F:7B:FF
    		Device #5
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1D:5B:2D:C2:E6:70
    		Device #6
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 10:A3:2E:C4:D4:F1
    		Device #7
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 24:43:FA:CC:6E:60
    		Device #8
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 2D:34:73:FA:79:92
    		Device #9
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 60:03:08:8F:AA:37
    		Device #10
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 02:85:6E:2B:66:98
    		Device #11
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 23:F7:8E:F1:A5:C6
    		Device #12
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 33:2D:1C:45:36:93
    		Device #13
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1C:71:A3:D1:C1:54
    		Device #14
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 17:21:7F:E7:75:01
    		Device #15
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 3E:91:AF:A7:73:CF
    		Device #16
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 18:01:44:A3:36:61
    		Device #17
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 0D:18:85:6D:81:19
    		Device #18
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 19:BB:30:52:D7:AE
    		Device #19
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1C:75:D8:90:F6:98
    		Device #20
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 1C:36:BB:EE:61:27
    		Device #21
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 05:4C:60:83:9F:DB
    		Device #22
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 55:DB:A8:70:05:2D
    		Device #23
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 46:FD:B2:84:98:60
    		Device #24
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 19:0C:E5:54:60:83
    
    =================================================
    16:13:27.067000  Sent:  'HCI_Ext_Reset_System'   01 1D FC 01 00
    
    =================================================
    16:13:27.080000  Received: 04 FF 05 1D 04 00 1D FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041D
    Got: 'HCI_Ext_Reset_System'
    Data length:	3
    	Cmd Opcode: 0xfc1d
    
    

    =================================================
    16:12:15.545000  Sent:  'HCI_Ext_Build_Revision'   01 1B FC 03 01 00 00
    
    =================================================
    16:12:15.559000  Received: 04 FF 09 1B 04 00 1B FC 38 49 00 00
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  9.9X
    	Build Revision Number: 2.2.2
    
    =================================================
    16:12:15.862000  Sent:  'HCI_Ext_Reset_System'   01 1D FC 01 00
    
    =================================================
    16:12:15.878000  Received: 04 FF 05 1D 04 00 1D FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041D
    Got: 'HCI_Ext_Reset_System'
    Data length:	3
    	Cmd Opcode: 0xfc1d
    
    
    =================================================
    16:12:16.181000  Received: 04 FF 09 1B 04 00 1B FC 38 49 00 00
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  9.9X
    	Build Revision Number: 2.2.2
    
    =================================================
    16:12:17.782000  Sent:  'UTIL_BuildRevision'   01 84 FE 00
    
    =================================================
    16:12:17.794000  Received: 04 FF 10 7F 06 00 84 FE 0A 01 00 01 00 00 91 7F 00 2C 00
    Found Event Packet
    Event length:	16
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	14
    	OpCode:	'UTIL_BuildRevision'
    	Payload Length: 10
    	Raw payload data: 01 00 01 00 00 91 7F 00 2C 00
    	SUCCESS
    		Stack version: 1.0.1
    		Build version: 0
    		Stack information:
    			IAR used to build stack project
    			IAR used to build stack library
    			ROM build
    		Control information:
    			ADV_NCONN_CFG included
    			ADV_CONN_CFG included
    			SCAN_CFG included
    			INIT_CFG included
    			PING_CFG included
    			SLV_FEAT_EXCHG_CFG included
    			CONN_PARAM_REQ_CFG included
    		Host information:
    			PERIPHERAL_CFG included
    			CENTRAL_CFG included
    			L2CAP_CO_CHANNELS included
    
    =================================================
    16:12:17.795000  Sent:  'HCI_Ext_Get_Connection_Information'   01 20 FC 03 00 00 00
    
    =================================================
    16:12:17.810000  Received: 04 FF 07 20 04 00 20 FC 03 00
    Found Event Packet
    Event length:	7
    Event Code:	Vendor Specific
    Data Code:	0x0420
    Got: 'HCI_Ext_Get_Connection_Information'
    Data length:	5
    	Cmd Opcode: 0xfc20
    	Number of allocated connections:  3
    	Number of active connections:     0
    
    =================================================
    16:12:17.811000  Sent:  'LE_Read_Buffer_Size'   01 02 20 00
    
    =================================================
    16:12:17.825000  Received: 04 0E 07 01 02 20 00 FF 00 05
    Found Event Packet
    Event length:	7
    Event Code:	Command Complete BT
    
    Raw data: 01 02 20 00 FF 00 05
    Number of HCI Command Packets: 1
    Command OpCode : 0x2002
    Return Parameter(s) : 00 FF 00 05
    Got: 'LE_Read_Buffer_Size'
    	Status:                       Success
    	Data Packet Max Length:       255
    	Total number of Data Packets: 5
    
    =================================================
    16:12:17.828000  Sent:  'LE_Read_Local_Supported_Features'   01 03 20 00
    
    =================================================
    16:12:17.841000  Received: 04 0E 0C 01 03 20 00 FF 41 00 00 00 00 00 00
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 03 20 00 FF 41 00 00 00 00 00 00
    Number of HCI Command Packets: 1
    Command OpCode : 0x2003
    Return Parameter(s) : 00 FF 41 00 00 00 00 00 00
    Got: 'LE_Read_Local_Supported_Features'
    	Status: Success
    	LE Encryption:                          	Y
    	Connection Parameters Request Procedure:	Y
    	Extended Reject Indication:             	Y
    	Slave-initiated Features Exchange:      	Y
    	LE Ping:                                	Y
    	LE Data Packet Length Extension:        	Y
    	LL Privacy:                             	Y
    	Extended Scanner Filter Policies:       	Y
    
    =================================================
    16:12:17.844000  Sent:  'HCI_Ext_Number_Completed_Packets_Limit'   01 1F FC 02 01 00
    
    =================================================
    16:12:17.857000  Received: 04 FF 05 1F 04 00 1F FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041F
    Got: 'HCI_Ext_Number_Completed_Packets_Limit'
    Data length:	3
    	Cmd Opcode: 0xfc1f
    
    
    =================================================
    16:12:17.858000  Sent:  'BT_LE_Read_Local_Version_Information'   01 01 10 00
    
    =================================================
    16:12:17.874000  Received: 04 0E 0C 01 01 10 00 08 20 02 09 0D 00 20 02
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 01 10 00 08 20 02 09 0D 00 20 02
    Number of HCI Command Packets: 1
    Command OpCode : 0x1001
    Return Parameter(s) : 00 08 20 02 09 0D 00 20 02
    Got: 'BT_LE_Read_Local_Version_Information'
    	Status:             Success
    	HCI Version:        4.2
    	HCI Revision:       544
    	LMP/PAL Version:    5.0
    	Manufacturer Name:  Texas Instruments Inc.
    	LMP/PAL Subversion: 544
    
    =================================================
    16:12:17.876000  Sent:  'LE_Read_White_List_Size'   01 0F 20 00
    
    =================================================
    16:12:17.890000  Received: 04 0E 05 01 0F 20 00 10
    Found Event Packet
    Event length:	5
    Event Code:	Command Complete BT
    
    Raw data: 01 0F 20 00 10
    Number of HCI Command Packets: 1
    Command OpCode : 0x200F
    Return Parameter(s) : 00 10
    Got: 'LE_Read_White_List_Size'
    	Status: Success
    	Total number of white list entries that can be stored in the Controller: 16
    
    =================================================
    16:12:17.892000  Sent:  'LE_Clear_White_List'   01 10 20 00
    
    =================================================
    16:12:17.905000  Received: 04 0E 04 01 10 20 00
    Found Event Packet
    Event length:	4
    Event Code:	Command Complete BT
    
    Raw data: 01 10 20 00
    Number of HCI Command Packets: 1
    Command OpCode : 0x2010
    Return Parameter(s) : 00
    Got: 'LE_Clear_White_List'
    	Status: Success
    
    =================================================
    16:12:17.908000  Sent:  'LE_Read_Maximum_Data_Length'   01 2F 20 00
    
    =================================================
    16:12:17.921000  Received: 04 0E 0C 01 2F 20 00 FB 00 48 08 FB 00 48 08
    Found Event Packet
    Event length:	12
    Event Code:	Command Complete BT
    
    Raw data: 01 2F 20 00 FB 00 48 08 FB 00 48 08
    Number of HCI Command Packets: 1
    Command OpCode : 0x202F
    Return Parameter(s) : 00 FB 00 48 08 FB 00 48 08
    Got: 'LE_Read_Maximum_Data_Length'
    	Status:                  Success
    	Supported Max Tx Octets: 251
    	Supported Max Tx Time:   2120
    	Supported Max Rx Octets: 251
    	Supported Max Rx Time:   2120
    
    =================================================
    16:12:17.923000  Sent:  'GAP_Device_Initialization'   01 00 FE 26 08 18 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00
    
    =================================================
    16:12:17.937000  Received: 04 FF 06 7F 06 00 00 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Device_Initialization'
    	Payload Length: 0
    
    
    =================================================
    16:12:17.939000  Received: 04 FF 2C 00 06 00 F4 A9 20 0E 6C 54 FF 00 05 6C FE 08 A6 87 DF 91 D7 9B E5 97 75 C0 62 C4 34 1F EC D6 08 F0 35 2F BA 58 14 01 8B 9B 0C 2C 08
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x0600
    Got: 'GAP_Device_Init_Done'
    Data length:	42
    Device initialized and ready
    	Device address:               54:6C:0E:20:A9:F4
    	HC_LE_Data_Packet_Length:     255
    	HC_Total_Num_LE_Data_Packets: 5
    	IRK:                          6C:FE:08:A6:87:DF:91:D7:9B:E5:97:75:C0:62:C4:34
    	CSRK:                         1F:EC:D6:08:F0:35:2F:BA:58:14:01:8B:9B:0C:2C:08
    
    =================================================
    16:12:18.942000  Sent:  'GAP_Configure_Device_Address'   01 03 FE 07 00 00 00 00 00 00 00
    
    =================================================
    16:12:18.944000  Received: 04 FF 06 7F 06 00 03 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Configure_Device_Address'
    	Payload Length: 0
    
    
    =================================================
    16:12:18.945000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 19 64 00
    
    =================================================
    16:12:18.960000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_SUPERV_TIMEOUT
    
    =================================================
    16:12:18.963000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 20 30 75
    
    =================================================
    16:12:18.976000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_SM_TIMEOUT
    
    =================================================
    16:12:18.978000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 05 00 10
    
    =================================================
    16:12:18.992000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:12:18.994000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.008000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.010000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 00 2A 01
    
    =================================================
    16:12:19.024000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.026000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.040000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.042000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 01 2A 01
    
    =================================================
    16:12:19.056000  Received: 04 FF 0A 7F 06 00 FE FD 04 01 00 05 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 01 00 05 00
    
    
    =================================================
    16:12:19.058000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 0F 00 10
    
    =================================================
    16:12:19.072000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.074000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.088000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.091000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 29 2A 01
    
    =================================================
    16:12:19.104000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.107000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.120000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.122000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 24 2A 01
    
    =================================================
    16:12:19.136000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.138000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.152000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.154000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 25 2A 01
    
    =================================================
    16:12:19.168000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.170000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.183000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.186000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 26 2A 01
    
    =================================================
    16:12:19.200000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.202000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.215000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.218000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 27 2A 01
    
    =================================================
    16:12:19.231000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.234000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.247000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.250000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 28 2A 01
    
    =================================================
    16:12:19.263000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.266000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.279000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.282000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 23 2A 01
    
    =================================================
    16:12:19.295000  Received: 04 FF 0A 7F 06 00 FE FD 04 06 00 14 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 06 00 14 00
    
    
    =================================================
    16:12:19.298000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 04 00 10
    
    =================================================
    16:12:19.311000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.314000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.327000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.330000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 19 2A 01
    
    =================================================
    16:12:19.343000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.346000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    16:12:19.359000  Received: 04 FF 0A 7F 06 00 FE FD 04 15 00 18 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 15 00 18 00
    
    
    =================================================
    16:12:19.362000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 04 00 10
    
    =================================================
    16:12:19.375000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.378000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.391000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.394000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 2B 2A 01
    
    =================================================
    16:12:19.407000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.410000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    16:12:19.423000  Received: 04 FF 0A 7F 06 00 FE FD 04 19 00 1C 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 19 00 1C 00
    
    
    =================================================
    16:12:19.426000  Sent:  'GATT_Add_Service'   01 FC FD 05 00 28 12 00 10
    
    =================================================
    16:12:19.439000  Received: 04 FF 06 7F 06 00 FC FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Service'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.441000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.455000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.457000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A7 2A 00
    
    =================================================
    16:12:19.471000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.474000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 03
    
    =================================================
    16:12:19.487000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.489000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.503000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.506000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A8 2A 40
    
    =================================================
    16:12:19.519000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.522000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.535000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.538000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 A9 2A 40
    
    =================================================
    16:12:19.551000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.553000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.567000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.569000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AA 2A C0
    
    =================================================
    16:12:19.583000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.585000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.599000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.601000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AB 2A 40
    
    =================================================
    16:12:19.615000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.617000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.631000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.633000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 52 2A 80
    
    =================================================
    16:12:19.646000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.649000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 81
    
    =================================================
    16:12:19.662000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.665000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 03 28 01
    
    =================================================
    16:12:19.678000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.681000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 AC 2A 80
    
    =================================================
    16:12:19.694000  Received: 04 FF 06 7F 06 00 FE FD 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.697000  Sent:  'GATT_Add_Attribute'   01 FE FD 03 02 29 81
    
    =================================================
    16:12:19.710000  Received: 04 FF 0A 7F 06 00 FE FD 04 1D 00 2E 00
    Found Event Packet
    Event length:	10
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	8
    	OpCode:	'GATT_Add_Attribute'
    	Payload Length: 4
    	Raw payload data: 1D 00 2E 00
    
    
    =================================================
    16:12:19.713000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 15 18 00
    
    =================================================
    16:12:19.726000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_INT_MIN
    
    =================================================
    16:12:19.729000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 16 18 00
    
    =================================================
    16:12:19.742000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_INT_MAX
    
    =================================================
    16:12:19.745000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 1A 00 00
    
    =================================================
    16:12:19.758000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_CONN_EST_LATENCY
    
    =================================================
    16:12:19.759000  Sent:  'GAP_Get_Parameter'   01 31 FE 01 23
    
    =================================================
    16:12:19.774000  Received: 04 FF 08 7F 06 00 31 FE 02 01 00
    Found Event Packet
    Event length:	8
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	6
    	OpCode:	'GAP_Get_Parameter'
    	Payload Length: 2
    	Raw payload data: 01 00
    		TGAP_FILTER_ADV_REPORTS = True 
    
    =================================================
    16:12:19.777000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 02 10 27
    
    =================================================
    16:12:19.790000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN
    
    =================================================
    16:12:19.792000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 10 40 06
    
    =================================================
    16:12:19.806000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN_INT
    
    =================================================
    16:12:19.809000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 11 40 06
    
    =================================================
    16:12:19.822000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_GEN_DISC_SCAN_WIND
    
    =================================================
    16:12:19.825000  Sent:  'GAP_Set_Parameter'   01 30 FE 03 24 A6 FF
    
    =================================================
    16:12:19.838000  Received: 04 FF 06 7F 06 00 30 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Set_Parameter'
    	Payload Length: 0
    		TGAP_SCAN_RSP_RSSI_MIN
    
    =================================================
    16:12:19.841000  Sent:  'GAP_Device_Discovery_Request'   01 04 FE 03 03 01 00
    
    =================================================
    16:12:19.854000  Received: 04 FF 06 7F 06 00 04 FE 00
    Found Event Packet
    Event length:	6
    Event Code:	Vendor Specific
    Data Code:	0x067F
    Got: 'GAP_Command_Status'
    Data length:	4
    	OpCode:	'GAP_Device_Discovery_Request'
    	Payload Length: 0
    
    
    =================================================
    16:12:19.966000  Received: 04 FF 2C 0D 06 00 03 01 15 DA 0B 1A B6 16 A6 1F 1E FF 06 00 01 09 20 02 40 98 FD DA 2F D2 A1 91 7F FF 09 33 96 DE 5B 6D EF A2 DB C1 41 AA EB
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 16:B6:1A:0B:DA:15
    	RSSI:           -90dBm
    	Ad Manufacturer Specific: 	 @���/ҡ��	3��[m���A��
    
    
    =================================================
    16:12:19.967000  Received: 04 FF 2C 0D 06 00 03 01 54 C1 D1 A3 71 1C AF 1F 1E FF 06 00 01 09 20 02 45 56 5E 2D D6 11 07 D9 51 FD 5C EC 4A 58 A4 63 12 78 8A 8C 2C 36 93
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1C:71:A3:D1:C1:54
    	RSSI:           -81dBm
    	Ad Manufacturer Specific: 	 EV^-��Q�\�JX�cx��,6�
    
    
    =================================================
    16:12:19.969000  Received: 04 FF 2C 0D 06 00 03 01 E5 8A 83 0D FC 20 AC 1F 1E FF 06 00 01 09 20 00 74 B2 30 0B ED BC DA 55 A6 AA E2 95 56 4E FC 69 52 3C 66 5B E4 6C 28
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 20:FC:0D:83:8A:E5
    	RSSI:           -84dBm
    	Ad Manufacturer Specific: 	 t�0��U���VN�iR<f[�l(
    
    
    =================================================
    16:12:19.969000  Received: 04 FF 2C 0D 06 00 03 01 98 66 2B 6E 85 02 B0 1F 1E FF 06 00 01 09 20 00 39 7F 5B 6F 80 52 D1 A6 55 18 5D 2F 79 3A FE 39 16 BC 9F F1 96 C3 4D
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 02:85:6E:2B:66:98
    	RSSI:           -80dBm
    	Ad Manufacturer Specific: 	 9[o�RѦU]/y:�9����M
    
    
    =================================================
    16:12:19.970000  Received: 04 FF 2C 0D 06 00 03 01 EE 52 42 72 9B 38 A7 1F 1E FF 06 00 01 09 20 02 C2 EC 09 E2 3D DA 2F 4E 22 50 0B D3 26 02 39 10 B0 81 33 C8 95 BF 49
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 38:9B:72:42:52:EE
    	RSSI:           -89dBm
    	Ad Manufacturer Specific: 	 ��	�=�/N"P�&9��3ȕ�I
    
    
    =================================================
    16:12:19.970000  Received: 04 FF 2C 0D 06 00 03 01 FF 7B 5F 5C DC 2E BC 1F 1E FF 06 00 01 09 20 02 1B 74 2D 9A 98 9A B5 95 CE 5E 87 B3 76 40 60 BF 9E CA 71 F5 55 D2 72
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 2E:DC:5C:5F:7B:FF
    	RSSI:           -68dBm
    	Ad Manufacturer Specific: 	 t-������^��v@`���q�U�r
    
    
    =================================================
    16:12:19.971000  Received: 04 FF 2C 0D 06 00 03 01 FE 13 49 55 81 12 AE 1F 1E FF 06 00 01 09 20 00 98 EC A4 15 2D 73 B0 AC 09 24 34 9E 75 AC 97 71 76 B1 CC 59 AC 1D 51
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 12:81:55:49:13:FE
    	RSSI:           -82dBm
    	Ad Manufacturer Specific: 	 ��-s��	$4�u��qv��Y�Q
    
    
    =================================================
    16:12:19.972000  Received: 04 FF 2C 0D 06 00 03 01 01 75 E7 7F 21 17 B4 1F 1E FF 06 00 01 09 20 02 80 D4 E6 5B 7A 0F A1 58 15 4A D5 13 BB 56 99 A4 13 60 16 CE DB 3B 6C
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 17:21:7F:E7:75:01
    	RSSI:           -76dBm
    	Ad Manufacturer Specific: 	 ���[z�XJ��V��`��;l
    
    
    =================================================
    16:12:19.973000  Received: 04 FF 2C 0D 06 00 03 01 C7 B8 B8 29 DE 19 AC 1F 1E FF 06 00 01 09 20 02 DA AB E5 F9 95 78 D0 07 7F 9E 7A 54 A0 57 81 6B B4 44 46 44 E8 05 6F
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 19:DE:29:B8:B8:C7
    	RSSI:           -84dBm
    	Ad Manufacturer Specific: 	 ګ���x��zT�W�k�DFD�o
    
    
    =================================================
    16:12:19.973000  Received: 04 FF 2C 0D 06 00 03 01 93 36 45 1C 2D 33 B2 1F 1E FF 06 00 01 09 20 00 CD D3 A1 8A 36 B6 20 54 8A 9D 47 62 28 4E 8C 3B CB B6 6D 7F 83 5C C9
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 33:2D:1C:45:36:93
    	RSSI:           -78dBm
    	Ad Manufacturer Specific: 	 �ӡ�6� T��Gb(N�;˶m�\�
    
    
    =================================================
    16:12:19.974000  Received: 04 FF 2C 0D 06 00 03 01 19 81 6D 85 18 0D B9 1F 1E FF 06 00 01 09 20 02 AE 5A CC F9 EA 06 2F 30 97 43 1D B2 F1 67 2A AE 05 83 E5 49 07 16 1B
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 0D:18:85:6D:81:19
    	RSSI:           -71dBm
    	Ad Manufacturer Specific: 	 �Z���/0�C��g*���I
    
    
    =================================================
    16:12:19.975000  Received: 04 FF 18 0D 06 00 00 00 37 AA 8F 08 03 60 B5 0B 02 01 06 07 FF 4C 00 10 02 0B 00
    Found Event Packet
    Event length:	24
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	22
    	Event Type:     Connectable Undirect Advertisement
    	Address Type:   PUBLIC
    	Device Address: 60:03:08:8F:AA:37
    	RSSI:           -75dBm
    	Ad Flags: LE General Discoverable Mode, BD EDR Not Supported
    	Ad Manufacturer Specific: L
    
    
    =================================================
    16:12:19.975000  Received: 04 FF 2C 0D 06 00 03 01 70 E6 C2 2D 5B 1D B1 1F 1E FF 06 00 01 09 20 00 60 BD A9 8A C4 3C 9A BD EF E4 2C 76 5E 6F 32 68 1A DF 82 04 59 3B 59
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1D:5B:2D:C2:E6:70
    	RSSI:           -79dBm
    	Ad Manufacturer Specific: 	 `����<����,v^o2h߂Y;Y
    
    
    =================================================
    16:12:19.976000  Received: 04 FF 2C 0D 06 00 03 01 DB 9F 83 60 4C 05 AE 1F 1E FF 06 00 01 09 20 00 33 39 78 9D 28 EB FE 8C 3E F1 C1 69 14 6E A4 0E 21 87 8F 96 7F 31 6C
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 05:4C:60:83:9F:DB
    	RSSI:           -82dBm
    	Ad Manufacturer Specific: 	 39x�(���>��in�!���1l
    
    
    =================================================
    16:12:19.977000  Received: 04 FF 2C 0D 06 00 03 01 98 F6 90 D8 75 1C AD 1F 1E FF 06 00 01 09 20 00 67 B0 F8 52 F2 AC CD 2B 90 E8 BB 86 1F 60 5E CC 0A 82 AF B0 CF BD CD
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 1C:75:D8:90:F6:98
    	RSSI:           -83dBm
    	Ad Manufacturer Specific: 	 g��R��+�軆`^�
    ���Ͻ�
    
    
    =================================================
    16:12:19.977000  Received: 04 FF 2C 0D 06 00 03 01 AE D7 52 30 BB 19 B1 1F 1E FF 06 00 01 09 20 00 42 4E 1D A2 D3 7E 69 46 63 89 E1 08 54 DC EF 38 84 2D E9 B7 17 2D A2
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 19:BB:30:52:D7:AE
    	RSSI:           -79dBm
    	Ad Manufacturer Specific: 	 BN��~iFc��T��8�-�-�
    
    
    =================================================
    16:12:19.978000  Received: 04 FF 2C 0D 06 00 03 01 C6 A5 F1 8E F7 23 AE 1F 1E FF 06 00 01 09 20 02 60 D0 33 F7 DF 8C 03 F7 E8 46 EA 75 62 99 17 39 CC BD 72 8E CC 49 13
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 23:F7:8E:F1:A5:C6
    	RSSI:           -82dBm
    	Ad Manufacturer Specific: 	 `�3�ߌ��F�ub�9̽r��I
    
    
    =================================================
    16:12:19.979000  Received: 04 FF 2C 0D 06 00 03 01 8F 56 FA 96 29 37 B6 1F 1E FF 06 00 01 09 20 02 69 75 68 BB 00 C6 B2 1A 61 7F 3C 93 09 E0 2B F7 F6 73 3F 0B 13 D9 76
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 37:29:96:FA:56:8F
    	RSSI:           -74dBm
    	Ad Manufacturer Specific: 	 iuh�Ʋa<�	�+��s?�v
    
    
    =================================================
    16:12:19.979000  Received: 04 FF 2C 0D 06 00 03 01 F1 D4 C4 2E A3 10 AF 1F 1E FF 06 00 01 09 20 00 7C 7C D4 72 E1 2C CD 2B B0 54 5D B0 5B 8C 2D 51 F2 20 07 F4 E7 84 19
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 10:A3:2E:C4:D4:F1
    	RSSI:           -81dBm
    	Ad Manufacturer Specific: 	 ||�r�,�+�T]�[�-Q� ��
    
    
    =================================================
    16:12:19.980000  Received: 04 FF 2C 0D 06 00 03 01 DA 45 67 3D 4D 06 B4 1F 1E FF 06 00 01 09 20 02 B9 90 E2 AD F8 34 06 9A C5 90 18 AA FC 84 67 F9 0F F4 D3 0A DE 73 D3
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 06:4D:3D:67:45:DA
    	RSSI:           -76dBm
    	Ad Manufacturer Specific: 	 ����4����g���
    �s�
    
    
    =================================================
    16:12:19.998000  Received: 04 FF 2C 0D 06 00 03 01 92 79 FA 73 34 2D BE 1F 1E FF 06 00 01 09 20 00 E1 AB 26 DB AB 41 EC 94 39 84 82 0C 52 B9 42 3A 8D 68 C5 91 2D F3 5B
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 2D:34:73:FA:79:92
    	RSSI:           -66dBm
    	Ad Manufacturer Specific: 	 �&۫A�9��R�B:�hő-�[
    
    
    =================================================
    16:12:20.030000  Received: 04 FF 2C 0D 06 00 03 01 CF 73 A7 AF 91 3E AA 1F 1E FF 06 00 01 09 20 02 12 15 34 E2 A6 DB 68 1E 5A 38 0C C0 BB 3D D3 3C 95 1D A8 D6 24 4C EB
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 3E:91:AF:A7:73:CF
    	RSSI:           -86dBm
    	Ad Manufacturer Specific: 	 4��hZ8��=�<���$L�
    
    
    =================================================
    16:12:20.046000  Received: 04 FF 2C 0D 06 00 03 01 B7 98 08 D9 EC 37 AF 1F 1E FF 06 00 01 09 20 02 F4 1D 05 40 EB 74 FC D5 B1 D8 C9 92 43 31 80 B0 C9 1D AF 07 7F 29 44
    Found Event Packet
    Event length:	44
    Event Code:	Vendor Specific
    Data Code:	0x060D
    Got: 'GAP_Device_Information'
    Data length:	42
    	Event Type:     Non-connectable Undirect Advertisement
    	Address Type:   RANDOM
    	Device Address: 37:EC:D9:08:98:B7
    	RSSI:           -81dBm
    	Ad Manufacturer Specific: 	 �@�t�ձ�ɒC1����)D
    
    
    =================================================
    16:12:29.860000  Received: 04 FF C4 01 06 00 18 03 01 15 DA 0B 1A B6 16 03 01 54 C1 D1 A3 71 1C 03 01 E5 8A 83 0D FC 20 03 01 98 66 2B 6E 85 02 03 01 EE 52 42 72 9B 38 03 01 FF 7B 5F 5C DC 2E 03 01 16 95 F5 02 C6 25 03 01 FE 13 49 55 81 12 03 01 01 75 E7 7F 21 17 03 01 C7 B8 B8 29 DE 19 03 01 93 36 45 1C 2D 33 03 01 19 81 6D 85 18 0D 00 00 37 AA 8F 08 03 60 03 01 70 E6 C2 2D 5B 1D 03 01 DB 9F 83 60 4C 05 03 01 98 F6 90 D8 75 1C 03 01 AE D7 52 30 BB 19 03 01 C6 A5 F1 8E F7 23 03 01 8F 56 FA 96 29 37 03 01 F1 D4 C4 2E A3 10 03 01 DA 45 67 3D 4D 06 03 01 92 79 FA 73 34 2D 03 01 CF 73 A7 AF 91 3E 03 01 B7 98 08 D9 EC 37
    Found Event Packet
    Event length:	196
    Event Code:	Vendor Specific
    Data Code:	0x0601
    Got: 'GAP_Device_Discovery'
    Data length:	194
    	Found 24 devices
    		Device #1
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 16:B6:1A:0B:DA:15
    		Device #2
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1C:71:A3:D1:C1:54
    		Device #3
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 20:FC:0D:83:8A:E5
    		Device #4
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 02:85:6E:2B:66:98
    		Device #5
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 38:9B:72:42:52:EE
    		Device #6
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 2E:DC:5C:5F:7B:FF
    		Device #7
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 25:C6:02:F5:95:16
    		Device #8
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 12:81:55:49:13:FE
    		Device #9
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 17:21:7F:E7:75:01
    		Device #10
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 19:DE:29:B8:B8:C7
    		Device #11
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 33:2D:1C:45:36:93
    		Device #12
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 0D:18:85:6D:81:19
    		Device #13
    			Event Type:     Connectable Undirect Advertisement
    			Address Type:   PUBLIC
    			Device Address: 60:03:08:8F:AA:37
    		Device #14
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1D:5B:2D:C2:E6:70
    		Device #15
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 05:4C:60:83:9F:DB
    		Device #16
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 1C:75:D8:90:F6:98
    		Device #17
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 19:BB:30:52:D7:AE
    		Device #18
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 23:F7:8E:F1:A5:C6
    		Device #19
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 37:29:96:FA:56:8F
    		Device #20
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 10:A3:2E:C4:D4:F1
    		Device #21
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 06:4D:3D:67:45:DA
    		Device #22
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 2D:34:73:FA:79:92
    		Device #23
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 3E:91:AF:A7:73:CF
    		Device #24
    			Event Type:     Non-connectable Undirect Advertisement
    			Address Type:   RANDOM
    			Device Address: 37:EC:D9:08:98:B7
    
    =================================================
    16:12:35.865000  Sent:  'HCI_Ext_Reset_System'   01 1D FC 01 00
    
    =================================================
    16:12:35.878000  Received: 04 FF 05 1D 04 00 1D FC
    Found Event Packet
    Event length:	5
    Event Code:	Vendor Specific
    Data Code:	0x041D
    Got: 'HCI_Ext_Reset_System'
    Data length:	3
    	Cmd Opcode: 0xfc1d
    
    
    =================================================
    16:12:36.181000  Received: 04 FF 09 1B 04 00 1B FC 38 49 00 00
    Found Event Packet
    Event length:	9
    Event Code:	Vendor Specific
    Data Code:	0x041B
    Got: 'HCI_Ext_Build_Revision'
    Data length:	7
    	Cmd Opcode: 0xfc1b
    	User Revision Number:  9.9X
    	Build Revision Number: 2.2.2
    

  • Hi Sergiy,

    Not observing the device on the first scan is very different than not being able to discover the device at all.

    First of all, it appears that both the CC2640 and CC2640R2 are able to random addresses (as mentioned before all addresses are presented as random when no pairing or bonding has occurred).

    Second, there is only one scan in the logs that is performed, and it is not done at 100% duty cycle, thus there is no gaurantee that you are going to discover the phone in one scan attempt. This does not mean that the device cannot be found using the stack but rather means that the stack was not scanning at the same time as the advertiser was advertising.

    A better comparison would be to do infinite scanning for a given amount of time (let's say 1m) and see if the phone in question can be observed.
  • Hi Sean,

    Yes, in this example just one scan attempt which demonstrates a different behavior of these two chips+SDK.  But I tried to start a scan process several times and got the same results:  CC2640 with SDK 2.2.1 always finds a cell phone while CC2640R2 with SDK v.1.40.00.45 cannot find the cell phone at all.

    Note that cell phone advertise interval is 250 msec and I think this is enough to be captured by dongle.

    Do you have any ideas why I observe this different behavior?

    Thank you in advance,

    Sergiy.

  • Sergiy,


    The SW will execute with different timings on the two devices. Even starting a scan simultaneously, the link layer of each device will start a scan at different instants. Additionally, the stacks are different so the execution flow will be a bit different. So there is no guarantee that a single scan will capture every devices, especially when the scan is not at 100% duty cycle.

    We can't accurately say that the R2 device is not able to detect a phone until we can confirm that the device is scanning at the same time the phone is advertising.

    Can you run a test with continuous scanning with the R2 device to see if it can observe the phone?