Lines Matching refs:attribute_handle
79 static uint16_t att_read_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t … in att_read_callback() argument
90 static int att_write_callback(hci_con_handle_t con_handle, uint16_t attribute_handle, uint16_t tran… in att_write_callback() argument
112 static uint16_t att_write_request(uint16_t request_type, uint16_t attribute_handle, uint16_t value_… in att_write_request() argument
114 little_endian_store_16(att_request, 1, attribute_handle); in att_write_request()
119 static uint16_t att_prepare_write_request(uint16_t request_type, uint16_t attribute_handle, uint16_… in att_prepare_write_request() argument
121 little_endian_store_16(att_request, 1, attribute_handle); in att_prepare_write_request()
327 uint16_t attribute_handle = 0x03; in TEST() local
366 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
379 attribute_handle = 0x000c; // 0x2A49 in TEST()
380 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
391 attribute_handle = 0x0003; in TEST()
392 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
403 attribute_handle = 0x000f; // 0x2A35 in TEST()
404 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
420 attribute_handle = 0x0011; // 0x2A38 in TEST()
421 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
437 attribute_handle = 0x0011; // 0x2A38 in TEST()
438 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
450 attribute_handle = 0x0011; in TEST()
451 att_request_len = att_write_request(ATT_WRITE_REQUEST, attribute_handle, sizeof(value), value); in TEST()
461 uint16_t attribute_handle = 0x0011; in TEST() local
478 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
500 attribute_handle = 0x000c; // 0x2A49 in TEST()
501 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
513 attribute_handle = 0x0003; in TEST()
514 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
524 attribute_handle = 0x000f; // 0x2A35 in TEST()
525 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
537 attribute_handle = 0x0011; // 0x2A38 in TEST()
540 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
549 …att_request_len = att_prepare_write_request(ATT_EXECUTE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
565 attribute_handle = 0x0011; // 0x2A38 in TEST()
566 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
579 attribute_handle = 0x0011; in TEST()
580 …att_request_len = att_prepare_write_request(ATT_PREPARE_WRITE_REQUEST, attribute_handle, value_off… in TEST()
613 …uint16_t attribute_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(0, 0xffff,… in TEST() local
614 CHECK_EQUAL(0x00, attribute_handle); in TEST()
616 …attribute_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(0, 0xffff, ORG_BLUE… in TEST()
617 …server_get_server_configuration_handle_for_characteristic_with_uuid16(0, 0xffff, attribute_handle); in TEST()
707 …uint16_t attribute_handle = gatt_server_get_value_handle_for_characteristic_with_uuid16(0, 0xffff,… in TEST() local
716 uint16_t attribute_handle = 0x03; in TEST() local
740 att_request_len = att_write_request(ATT_WRITE_COMMAND, attribute_handle, sizeof(value), value); in TEST()
762 attribute_handle = 0x0003; in TEST()
763 att_request_len = att_write_request(ATT_WRITE_COMMAND, attribute_handle, sizeof(value), value); in TEST()
772 attribute_handle = 0x000c; // 0x2A49 in TEST()
773 att_request_len = att_write_request(ATT_WRITE_COMMAND, attribute_handle, sizeof(value), value); in TEST()
782 attribute_handle = 0x0017; // 0x2AA7 in TEST()
783 att_request_len = att_write_request(ATT_WRITE_COMMAND, attribute_handle, sizeof(value), value); in TEST()
792 attribute_handle = 0x001A; // 0x2AAB in TEST()
793 att_request_len = att_write_request(ATT_WRITE_COMMAND, attribute_handle, sizeof(value), value); in TEST()