Lines Matching defs:attHandle
158 uint16_t attHandle;
163 uint16_t attHandle;
174 uint16_t attHandle;
178 uint16_t attHandle;
227 AttHandleValue attHandle;
238 uint16_t attHandle;
242 uint16_t attHandle;
587 * @param2 attHandle Indicates the handle of the attribute to be read.
589 void BTSTACK_API ATT_ReadRequest(uint16_t connectHandle, uint16_t attHandle);
603 * @param2 attHandle Indicates the handle of the attribute to be read.
606 void BTSTACK_API ATT_ReadBlobRequest(uint16_t connectHandle, uint16_t attHandle, uint16_t offset);
658 * @param2 attHandle Indicates the handle of the attribute to be written.
661 void BTSTACK_API ATT_WriteRequest(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
674 * @param2 attHandle Indicates the handle of the attribute to be set.
677 void BTSTACK_API ATT_WriteCommand(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
683 * @param2 attHandle Indicates the the handle of the attribute to be set.
686 void BTSTACK_API ATT_SignedWriteCommand(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
727 * @param2 attHandle Indicates the handle of the attribute.
730 void BTSTACK_API ATT_HandleValueNotification(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
736 * @param2 attHandle Indicates the handle of the attribute.
739 void BTSTACK_API ATT_HandleValueIndication(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);