Other Parts Discussed in Thread: CC2650, CC2541, CC2650STK, BLE-STACK, CC2640
Hi everyone,
I try to get a Connection with two CC2650 with TestHost app and one mobilphone.
One cc2650 is central and one peripheral.
I can connect to each of them, but not at the same time. I use the 2.2 Stack and try to make a connection with btool.
My Question is: Is it possible to get a connection with two devices with TestHost-app/Btool?
What is the configuration?
cc2650 peripheral-steps:
reboot->GAP_DeviceInit(disable Central and enable peripherals)->GAP_UpdateAdervtisingData->GAP->MakeDiscoverable
(Advertising with public ID)
mobilephone steps:
Advertising with random ID
cc2650 central-steps:
reboot-> scan->establish withfirst device-> try to establish with second device and get "GAP_EstablishLinkRequest Failed. There are no Resouces Available".
The Output of the central cc2650
[1] : <Tx> - 02:03:03.979
-Type : 0x01 (Command)
-OpCode : 0xFE09 (GAP_EstablishLinkRequest)
-Data Length : 0x09 (9) byte(s)
HighDutyCycle : 0x00 (0) (Disable)
WhiteList : 0x00 (0) (Disable)
AddrTypePeer : 0x00 (0) (Public)
PeerAddr : 68:C9:0B:08:55:0D
Dump(Tx):
0000:01 09 FE 09 00 00 00 0D 55 08 0B C9 68 ........U...h
--------------------------------------------------------------------
[2] : <Rx> - 02:03:03.999
-Type : 0x04 (Event)
-EventCode : 0x00FF (Event)
-Data Length : 0x06 (6) bytes(s)
Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
Status : 0x00 (0) (Success)
OpCode : 0xFE09 (GAP_EstablishLinkRequest)
DataLength : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 00 09 FE 00 .........
--------------------------------------------------------------------
[3] : <Info> - 02:03:04.067
Device Connected
Handle = 0x0000
Addr Type = 0x00 (Public)
BDAddr = 68:C9:0B:08:55:0D
--------------------------------------------------------------------
[4] : <Rx> - 02:03:04.059
-Type : 0x04 (Event)
-EventCode : 0x00FF (Event)
-Data Length : 0x14 (20) bytes(s)
Event : 0x0605 (1541) (GAP_EstablishLink)
Status : 0x00 (0) (Success)
DevAddrType : 0x00 (0) (Public)
DevAddr : 68:C9:0B:08:55:0D
ConnHandle : 0x0000 (0)
ConnRole : 0x08 (8) (Central)
ConnInterval : 0x0050 (80)
ConnLatency : 0x0000 (0)
ConnTimeout : 0x07D0 (2000)
ClockAccuracy : 0x00 (0)
Dump(Rx):
0000:04 FF 14 05 06 00 00 0D 55 08 0B C9 68 00 00 08 ........U...h...
0010:50 00 00 00 D0 07 00 P......
--------------------------------------------------------------------
[5] : <Tx> - 02:03:31.003
-Type : 0x01 (Command)
-OpCode : 0xFE09 (GAP_EstablishLinkRequest)
-Data Length : 0x09 (9) byte(s)
HighDutyCycle : 0x00 (0) (Disable)
WhiteList : 0x00 (0) (Disable)
AddrTypePeer : 0x03 (3) (PrivateResolve)
PeerAddr : 42:DE:31:E5:4E:E8
Dump(Tx):
0000:01 09 FE 09 00 00 03 E8 4E E5 31 DE 42 ........N.1.B
--------------------------------------------------------------------
[6] : <Rx> - 02:03:31.029
-Type : 0x04 (Event)
-EventCode : 0x00FF (Event)
-Data Length : 0x06 (6) bytes(s)
Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
Status : 0x15 (21) (There Are No Resources Available)
OpCode : 0xFE09 (GAP_EstablishLinkRequest)
DataLength : 0x00 (0)
Dump(Rx):
0000:04 FF 06 7F 06 15 09 FE 00 .........
--------------------------------------------------------------------
Have someone an idea?
