/btstack/src/ble/gatt-service/ |
H A D | cycling_power_service_server.c | 227 cycling_power_t * instance = &cycling_power; in cycling_power_service_read_callback() local 274 cycling_power_t * instance = &cycling_power; in has_feature() local 279 cycling_power_t * instance = &cycling_power; in cycling_power_vector_instantaneous_measurement_direction() local 284 cycling_power_t * instance = &cycling_power; in cycling_power_service_default_measurement_flags() local 310 static uint16_t cycling_power_service_get_measurement_flags(cycling_power_t * instance){ in cycling_power_service_get_measurement_flags() 323 cycling_power_t * instance = &cycling_power; in cycling_power_service_measurement_flags() local 345 cycling_power_t * instance = (cycling_power_t *) context; in cycling_power_service_vector_can_send_now() local 432 static int cycling_power_store_measurement_flag_value(cycling_power_t * instance, cycling_power_mea… in cycling_power_store_measurement_flag_value() 491 static int cycling_power_store_measurement(cycling_power_t * instance, uint8_t * value, uint16_t ma… in cycling_power_store_measurement() 517 cycling_power_t * instance = &cycling_power; in cycling_power_get_measurement_adv() local [all …]
|
H A D | ublox_spp_service_server.c | 95 static void ublox_spp_service_emit_state(ublox_spp_service_t * instance, bool enabled){ in ublox_spp_service_emit_state() 106 static int ublox_spp_service_flow_control_enabled(ublox_spp_service_t * instance){ in ublox_spp_service_flow_control_enabled() 111 ublox_spp_service_t * instance = &ublox_spp; in ublox_get_instance_for_con_handle() local 117 static inline void ublox_spp_service_init_credits(ublox_spp_service_t * instance){ in ublox_spp_service_init_credits() 126 ublox_spp_service_t * instance = ublox_get_instance_for_con_handle(con_handle); in ublox_spp_service_read_callback() local 153 ublox_spp_service_t * instance = ublox_get_instance_for_con_handle(con_handle); in ublox_spp_service_write_callback() local 207 ublox_spp_service_t * instance = (ublox_spp_service_t *) context; in ublox_spp_credits_callback() local 226 ublox_spp_service_t * instance = &ublox_spp; in ublox_spp_service_server_init() local 268 ublox_spp_service_t * instance = &ublox_spp; in ublox_spp_service_server_request_can_send_now() local 283 ublox_spp_service_t * instance = &ublox_spp; in ublox_spp_service_server_send() local
|
H A D | cycling_speed_and_cadence_service_server.c | 103 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_packet_handler() local 120 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_read_callback() local 156 cycling_speed_and_cadence_t * instance = (cycling_speed_and_cadence_t *) context; in cycling_speed_and_cadence_service_csc_measurement_can_send_now() local 185 cycling_speed_and_cadence_t * instance = (cycling_speed_and_cadence_t *) context; in cycling_speed_and_cadence_service_response_can_send_now() local 230 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_write_callback() local 305 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_server_init() local 351 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_calculate_cumulative_wheel_revolutions() local 369 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_calculate_cumulative_crank_revolutions() local 380 cycling_speed_and_cadence_t * instance = &cycling_speed_and_cadence; in cycling_speed_and_cadence_service_server_update_values() local
|
H A D | hids_device.c | 144 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_emit_event_with_uint8() local 161 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_emit_event_with_uint8_uint8_t() local 179 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_emit_event() local 219 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_can_send_now() local 238 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in att_read_callback() local 334 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in att_write_callback() local 414 hids_device_t * instance = hids_device_create_instance(); in hids_device_init_with_storage() local 559 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_request_can_send_now_event() local 571 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_send_input_report_for_id() local 608 hids_device_t * instance = hids_device_get_instance_for_con_handle(con_handle); in hids_device_send_boot_mouse_input_report() local [all …]
|
H A D | heart_rate_service_server.c | 146 heart_rate_t * instance = &heart_rate; in heart_rate_service_server_init() local 181 heart_rate_t * instance = (heart_rate_t *) context; in heart_rate_service_can_send_now() local 222 heart_rate_t * instance = &heart_rate; in heart_rate_service_add_energy_expended() local 233 heart_rate_t * instance = &heart_rate; in heart_rate_service_server_update_heart_rate_values() local
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_threadsync.c | 68 threadsync_get_value(struct snmp_node_instance *instance, void *value) in threadsync_get_value() 93 threadsync_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in threadsync_set_test() 119 threadsync_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in threadsync_set_value() 141 threadsync_release_instance(struct snmp_node_instance *instance) in threadsync_release_instance() 173 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threads… in do_sync() 209 …eadsync_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_threadsync_get_instance() 215 …nc_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_threadsync_get_next_instance() 221 void snmp_threadsync_init(struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_f… in snmp_threadsync_init()
|
H A D | snmp_scalar.c | 50 …_scalar_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_get_instance() 71 …ar_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_get_next_instance() 86 …r_array_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_array_get_instance() 121 …ay_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_scalar_array_get_next_instance() 194 snmp_scalar_array_get_value(struct snmp_node_instance *instance, void *value) in snmp_scalar_array_get_value() 207 snmp_scalar_array_set_test(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_scalar_array_set_test() 220 snmp_scalar_array_set_value(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_scalar_array_set_value()
|
H A D | snmp_table.c | 46 …p_table_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_get_instance() 88 …le_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_get_next_instance() 164 …_simple_get_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_simple_get_instance() 227 …le_get_next_instance(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance) in snmp_table_simple_get_next_instance() 320 snmp_table_extract_value_from_s32ref(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_s32ref() 328 snmp_table_extract_value_from_u32ref(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_u32ref() 336 snmp_table_extract_value_from_refconstptr(struct snmp_node_instance *instance, void *value) in snmp_table_extract_value_from_refconstptr()
|
H A D | snmp_mib2_interfaces.c | 62 interfaces_get_value(struct snmp_node_instance *instance, void *value) in interfaces_get_value() 157 interfaces_Table_get_value(struct snmp_node_instance *instance, void *value) in interfaces_Table_get_value() 276 interfaces_Table_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in interfaces_Table_set_test() 293 interfaces_Table_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in interfaces_Table_set_value()
|
H A D | snmp_mib2_ip.c | 62 ip_get_value(struct snmp_node_instance *instance, void *value) in ip_get_value() 157 ip_set_test(struct snmp_node_instance *instance, u16_t len, void *value) in ip_set_test() 190 ip_set_value(struct snmp_node_instance *instance, u16_t len, void *value) in ip_set_value()
|
H A D | snmp_mib2_udp.c | 61 udp_get_value(struct snmp_node_instance *instance, void *value) in udp_get_value()
|
H A D | snmp_mib2_tcp.c | 62 tcp_get_value(struct snmp_node_instance *instance, void *value) in tcp_get_value()
|
H A D | snmp_core.c | 1193 snmp_set_test_ok(struct snmp_node_instance *instance, u16_t value_len, void *value) in snmp_set_test_ok()
|
/btstack/src/mesh/gatt-service/ |
H A D | mesh_provisioning_service_server.c | 96 mesh_provisioning_t * instance = &mesh_provisioning; in mesh_provisioning_service_get_instance_for_con_handle() local 109 …mesh_provisioning_t * instance = mesh_provisioning_service_get_instance_for_con_handle(con_handle); in mesh_provisioning_service_read_callback() local 129 …mesh_provisioning_t * instance = mesh_provisioning_service_get_instance_for_con_handle(con_handle); in mesh_provisioning_service_write_callback() local 181 …mesh_provisioning_t * instance = mesh_provisioning_service_get_instance_for_con_handle(con_handle); in mesh_provisioning_service_server_packet_handler() local 193 mesh_provisioning_t * instance = &mesh_provisioning; in mesh_provisioning_service_server_init() local 221 …mesh_provisioning_t * instance = mesh_provisioning_service_get_instance_for_con_handle(con_handle); in mesh_provisioning_service_server_send_proxy_pdu() local 232 …mesh_provisioning_t * instance = mesh_provisioning_service_get_instance_for_con_handle(con_handle); in mesh_provisioning_service_can_send_now() local 248 …mesh_provisioning_t * instance = mesh_provisioning_service_get_instance_for_con_handle(con_handle); in mesh_provisioning_service_server_request_can_send_now() local
|
H A D | mesh_proxy_service_server.c | 91 mesh_proxy_t * instance = &mesh_proxy; in mesh_proxy_service_get_instance_for_con_handle() local 103 mesh_proxy_t * instance = mesh_proxy_service_get_instance_for_con_handle(con_handle); in mesh_proxy_service_read_callback() local 123 mesh_proxy_t * instance = mesh_proxy_service_get_instance_for_con_handle(con_handle); in mesh_proxy_service_write_callback() local 153 mesh_proxy_t * instance = &mesh_proxy; in mesh_proxy_service_server_init() local 183 mesh_proxy_t * instance = mesh_proxy_service_get_instance_for_con_handle(con_handle); in mesh_proxy_service_server_send_proxy_pdu() local 194 mesh_proxy_t * instance = mesh_proxy_service_get_instance_for_con_handle(con_handle); in mesh_proxy_service_can_send_now() local 210 mesh_proxy_t * instance = mesh_proxy_service_get_instance_for_con_handle(con_handle); in mesh_proxy_service_server_request_can_send_now() local
|
/btstack/src/ |
H A D | btstack_lc3plus_fraunhofer.c | 65 …btstack_lc3plus_fraunhofer_decoder_t * instance = (btstack_lc3plus_fraunhofer_decoder_t *) context; in lc3plus_fraunhofer_decoder_configure() local 95 … btstack_lc3plus_fraunhofer_decoder_t *instance = (btstack_lc3plus_fraunhofer_decoder_t *) context; in lc3plus_fraunhofer_decoder_decode_signed_16() local 141 …btstack_lc3plus_fraunhofer_decoder_t * instance = (btstack_lc3plus_fraunhofer_decoder_t *) context; in lc3plus_fraunhofer_decoder_decode_signed_24() local 184 …btstack_lc3plus_fraunhofer_encoder_t * instance = (btstack_lc3plus_fraunhofer_encoder_t *) context; in lc3plus_fraunhofer_encoder_configure() local
|
H A D | btstack_lc3_google.c | 59 btstack_lc3_decoder_google_t * instance = (btstack_lc3_decoder_google_t *) context; in lc3_decoder_google_configure() local 90 btstack_lc3_decoder_google_t * instance = (btstack_lc3_decoder_google_t *) context; in lc3_decoder_google_decode() local 135 btstack_lc3_encoder_google_t * instance = (btstack_lc3_encoder_google_t *) context; in lc3_encoder_google_configure() local 165 btstack_lc3_encoder_google_t * instance = (btstack_lc3_encoder_google_t *) context; in lc3_encoder_google_encode_signed() local
|
/btstack/src/classic/ |
H A D | btstack_sbc_bluedroid.c | 57 btstack_sbc_encoder_bluedroid_t * instance = (btstack_sbc_encoder_bluedroid_t *) context; in btstack_sbc_encoder_bluedroid_configure() local 106 btstack_sbc_encoder_bluedroid_t * instance = (btstack_sbc_encoder_bluedroid_t *) context; in btstack_sbc_encoder_bluedroid_num_audio_frames() local 111 btstack_sbc_encoder_bluedroid_t * instance = (btstack_sbc_encoder_bluedroid_t *) context; in btstack_sbc_encoder_bluedroid_sbc_buffer_length() local 123 btstack_sbc_encoder_bluedroid_t * instance = (btstack_sbc_encoder_bluedroid_t *) context; in btstack_sbc_encoder_bluedroid_encode_signed_16() local
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | hci_transport_h2_stm32.c | 134 static const hci_transport_t instance = { in hci_transport_h2_stm32_instance() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | snmp_threadsync.h | 91 struct snmp_threadsync_instance *instance; member
|
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/ |
H A D | sysctl.c | 85 void SysCtl_getTLVInfo(uint_fast8_t tag, uint_fast8_t instance, in SysCtl_getTLVInfo()
|
H A D | sysctl_a.c | 44 void SysCtl_A_getTLVInfo(uint_fast8_t tag, uint_fast8_t instance, in SysCtl_A_getTLVInfo()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_ospi.c | 2463 uint32_t instance; in HAL_OSPIM_Config() local
|
/btstack/port/mtk/LEScan/libs/ |
HD | android-support-v4.jar | ... .support.v4.hardware.display.DisplayManagerCompat instance
android.content.Context context
public abstract android. ... |
/btstack/port/mtk/SPPClient/libs/ |
HD | android-support-v4.jar | ... .support.v4.hardware.display.DisplayManagerCompat instance
android.content.Context context
public abstract android. ... |