Re: Question about BLE GATT Services

2017-05-03 Thread Christopher Collins
On Wed, May 03, 2017 at 12:10:28PM -0700, Christopher Collins wrote: > On Wed, May 03, 2017 at 10:59:59AM -0700, Pritish Gandhi wrote: > > Hi All, > > Just wanted to give an update to the community on the status of trying to > > start the GATT server after the OS is initialized. > > > > to

Re: Question about BLE GATT Services

2017-05-03 Thread Christopher Collins
On Wed, May 03, 2017 at 10:59:59AM -0700, Pritish Gandhi wrote: > Hi All, > Just wanted to give an update to the community on the status of trying to > start the GATT server after the OS is initialized. > > to ble_hs.c > @@ -606,5 +603,7 @@ ble_hs_init(void) > /* Configure the HCI transport

Trevor Grant has shared a document on Google Docs with you

2017-05-03 Thread trevor . d . grant
Trevor Grant has invited you to view the following document: Open in Docs

Re: Question about BLE GATT Services

2017-05-03 Thread Pritish Gandhi
Hi All, Just wanted to give an update to the community on the status of trying to start the GATT server after the OS is initialized. to ble_hs.c @@ -606,5 +603,7 @@ ble_hs_init(void) /* Configure the HCI transport to communicate with a host. */ ble_hci_trans_cfg_hs(ble_hs_hci_rx_evt,