Lines Matching refs:attValue
546 * @param3 attValue Indicates the pointer to attribute value to find.
549 uint16_t connectHandle, const AttFindByTypeValueReq *attFindByTypePtreve, const Buffer *attValue);
595 * @param2 attValue Indicates the pointer to the value of the attribute with the handle given.
597 void BTSTACK_API ATT_ReadResponse(uint16_t connectHandle, const Buffer *attValue);
659 * @param3 attValue Indicates the pointer to the value to be written to the attribute.
661 void BTSTACK_API ATT_WriteRequest(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
675 * @param3 attValue Indicates the pointer to the value of be written to the attribute.
677 void BTSTACK_API ATT_WriteCommand(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
684 * @param3 attValue Indicates the pointer to the value to be written to the attribute.
686 void BTSTACK_API ATT_SignedWriteCommand(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
693 * @param3 attValue Indicates the pointer to the value of the attribute to be written.
696 uint16_t connectHandle, AttReadBlobReqPrepareWriteValue attReadBlobObj, const Buffer *attValue);
703 * @param3 attValue Indicates the pointer to the value of the attribute to be written.
706 uint16_t connectHandle, AttReadBlobReqPrepareWriteValue attReadBlobObj, const Buffer *attValue);
728 * @param3 attValue Indicates the pointer to the current value of the attribute.
730 void BTSTACK_API ATT_HandleValueNotification(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);
737 * @param3 attValue Indicates the pointer to the current value of the attribute.
739 void BTSTACK_API ATT_HandleValueIndication(uint16_t connectHandle, uint16_t attHandle, const Buffer *attValue);