Question
BlueNRG HCI-GATT notification command ?
Posted on March 13, 2014 at 16:15
Hi ST,
I didn't find the description of Bluehci_Gatt_notification command,in page 55 of BlueNRG Application Command Interface.pdf, it mentioned ''Char Properties 1 byte Bitwise OR values of Characteristic Properties (defined in Volume 3, Section 3.3.3.1 of Bluetooth Specification 4.0) '',Is Volume 3 mentioned here Part G( GENERIC ATTRIBUTE PROFILE(GATT)) in Bluetooth Specification 4.0. If it is,when 0x0001 (but in our project,char_properties : 0x10 // notify, 0x0A read/write) ,The Characteristic Value shall be notified.my question is as follows: 1. Regarding the value is 0x0001 not 0x10 ,Is it right? 2. if we use BlueNRG transmit some big data packet, is it reasonable by Gatt_nofification?