Searched defs:descriptor (Results 1 – 13 of 13) sorted by relevance
/btstack/src/ |
H A D | btstack_hid_parser.h | 109 const uint8_t * descriptor; member 127 const uint8_t * descriptor; member
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 149 …ic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t * descri… in gatt_client_deserialize_characteristic_descriptor() 484 mock_gatt_client_characteristic_descriptor_t * descriptor; in mock_gatt_client_run_once() local 776 …gatt_client_set_descriptor_characteristic_value(mock_gatt_client_characteristic_descriptor_t * des… in mock_gatt_client_set_descriptor_characteristic_value()
|
/btstack/platform/chibios/ |
H A D | hal_flash_bank_chibios.c | 117 const flash_descriptor_t * descriptor = flashGetDescriptor(&EFLD1); in hal_flash_bank_chibios_init_instance() local
|
/btstack/src/classic/ |
H A D | pan.c | 67 uint32_t service_uuid, uint16_t * network_packet_types, const char *name, const char *descriptor, in pan_create_service()
|
H A D | hid_device.c | 382 …int report_id, hid_report_type_t report_type, uint16_t descriptor_len, const uint8_t * descriptor){ in hid_get_report_size_for_id() 838 …evice_init(bool boot_protocol_mode_supported, uint16_t descriptor_len, const uint8_t * descriptor){ in hid_device_init()
|
/btstack/test/fuzz/ |
H A D | fuzz_gatt_client.c | 112 gatt_client_characteristic_descriptor_t descriptor; in LLVMFuzzerTestOneInput() local
|
/btstack/test/gatt-service-client/ |
H A D | ancs_client_test.cpp | 100 mock_gatt_client_characteristic_descriptor_t * descriptor; in TEST_GROUP() local
|
H A D | battery_service_client_test.cpp | 150 mock_gatt_client_characteristic_descriptor_t * descriptor; in TEST_GROUP() local
|
/btstack/test/gatt_client/ |
H A D | gatt_client_test.cpp | 154 gatt_client_characteristic_descriptor_t descriptor; in handle_ble_client_event() local 1397 gatt_client_characteristic_descriptor_t descriptor; in TEST() local
|
/btstack/src/ble/ |
H A D | gatt_client.c | 3016 …_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t * descri… in gatt_client_read_characteristic_descriptor() 3039 …_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t * descri… in gatt_client_read_long_characteristic_descriptor() 3060 …_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t * descri… in gatt_client_write_characteristic_descriptor() 3085 …_handler_t callback, hci_con_handle_t con_handle, gatt_client_characteristic_descriptor_t * descri… in gatt_client_write_long_characteristic_descriptor() 3165 …ic_descriptor(const uint8_t * packet, int offset, gatt_client_characteristic_descriptor_t * descri… in gatt_client_deserialize_characteristic_descriptor()
|
/btstack/src/ble/gatt-service/ |
H A D | hids_device.c | 536 void hids_device_init(uint8_t country_code, const uint8_t * descriptor, uint16_t descriptor_size){ in hids_device_init()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 899 gatt_client_characteristic_descriptor_t descriptor; in btstack_command_handler() local
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/ |
H A D | core_ca.h | 2401 __STATIC_INLINE int MMU_GetSectionDescriptor(uint32_t *descriptor, mmu_region_attributes_Type reg) in MMU_GetSectionDescriptor() 2428 __STATIC_INLINE int MMU_GetPageDescriptor(uint32_t *descriptor, uint32_t *descriptor2, mmu_region_a… in MMU_GetPageDescriptor()
|