/btstack/src/ble/ |
H A D | att_db.c | 92 uint16_t handle; member 177 static bool att_find_handle(att_iterator_t *it, uint16_t handle){ in att_find_handle() 291 static void att_prepare_write_update_errors(uint8_t error_code, uint16_t handle){ in att_prepare_write_update_errors() 306 static uint16_t setup_error(uint8_t * response_buffer, uint8_t request_opcode, uint16_t handle, uin… in setup_error() 326 …6_t setup_error_invalid_handle(uint8_t * response_buffer, uint8_t request_opcode, uint16_t handle){ in setup_error_invalid_handle() 330 …6_t setup_error_invalid_offset(uint8_t * response_buffer, uint8_t request_opcode, uint16_t handle){ in setup_error_invalid_offset() 743 …ion_t * att_connection, uint8_t * response_buffer, uint16_t response_buffer_size, uint16_t handle){ in handle_read_request2() 795 uint16_t handle = little_endian_read_16(request_buffer, 1); in handle_read_request() local 802 …onnection, uint8_t * response_buffer, uint16_t response_buffer_size, uint16_t handle, uint16_t val… in handle_read_blob_request2() 860 uint16_t handle = little_endian_read_16(request_buffer, 1); in handle_read_blob_request() local [all …]
|
H A D | att_server.c | 1184 static att_service_handler_t * att_service_handler_for_handle(uint16_t handle){ in att_service_handler_for_handle() 1196 static att_write_callback_t att_server_write_callback_for_handle(uint16_t handle){ in att_server_write_callback_for_handle() 1202 static btstack_packet_handler_t att_server_packet_handler_for_handle(uint16_t handle){ in att_server_packet_handler_for_handle()
|
/btstack/port/samv71-xplained-atwilc3000/ASF/common/utils/stdio/ |
H A D | read.c | 82 size_t __read(int handle, unsigned char *buffer, size_t size) in __read() 101 int __close(int handle) in __close() 119 long __lseek(int handle, long val, int val2) in __lseek()
|
H A D | write.c | 81 size_t __write(int handle, const unsigned char *buffer, size_t size) in __write()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/ |
H A D | dbg_trace.c | 228 size_t _write(int handle, const unsigned char * buf, size_t bufSize) in _write() 242 size_t __write(int handle, const unsigned char * buf, size_t bufSize) in __write() 255 size_t DbgTraceWrite(int handle, const unsigned char * buf, size_t bufSize) in DbgTraceWrite()
|
/btstack/3rd-party/segger-rtt/ |
H A D | SEGGER_RTT_Syscalls_IAR.c | 92 size_t __write(int handle, const unsigned char * buffer, size_t size) { in __write() 108 size_t __write_buffered(int handle, const unsigned char * buffer, size_t size) { in __write_buffered()
|
/btstack/example/ |
H A D | le_mitm.c | 84 hci_con_handle_t handle; member 350 static hci_con_handle_t mitm_opposite_handle(hci_con_handle_t handle){ in mitm_opposite_handle() 365 static const char * mitm_name_for_handle(hci_con_handle_t handle){ in mitm_name_for_handle() 475 static void att_packet_handler(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint16_t size… in att_packet_handler()
|
/btstack/src/ |
H A D | l2cap.c | 1423 static uint8_t l2cap_send_signaling_packet(hci_con_handle_t handle, uint8_t pb_flags, uint16_t cid,… in l2cap_send_signaling_packet() 1436 static int l2cap_send_general_signaling_packet(hci_con_handle_t handle, uint16_t signaling_cid, L2C… in l2cap_send_general_signaling_packet() 1477 static int l2cap_send_classic_signaling_packet(hci_con_handle_t handle, L2CAP_SIGNALING_COMMANDS cm… in l2cap_send_classic_signaling_packet() 1575 static int l2cap_send_le_signaling_packet(hci_con_handle_t handle, L2CAP_SIGNALING_COMMANDS cmd, in… in l2cap_send_le_signaling_packet() 1881 hci_con_handle_t handle = l2cap_signaling_responses[0].handle; in l2cap_run_signaling_response() local 2627 static void l2cap_handle_connection_success_for_addr(bd_addr_t address, hci_con_handle_t handle){ in l2cap_handle_connection_success_for_addr() 2837 static void l2cap_check_classic_timeout(hci_con_handle_t handle){ in l2cap_check_classic_timeout() 2863 static void l2cap_handle_features_complete(hci_con_handle_t handle){ in l2cap_handle_features_complete() 2883 static void l2cap_handle_security_level(hci_con_handle_t handle, gap_security_level_t actual_level){ in l2cap_handle_security_level() 2939 static void l2cap_handle_disconnection_complete(hci_con_handle_t handle){ in l2cap_handle_disconnection_complete() [all …]
|
H A D | l2cap_signaling.c | 51 uint16_t l2cap_create_signaling_packet(uint8_t * acl_buffer, hci_con_handle_t handle, uint8_t pb_fl… in l2cap_create_signaling_packet()
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_netconn.c | 82 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto() 95 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
|
H A D | snmp_raw.c | 57 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto() 63 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst()
|
/btstack/test/gatt_client/ |
H A D | mock.c | 176 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() 180 void l2cap_request_can_send_fix_channel_now_event(uint16_t handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event() 185 uint8_t l2cap_send_prepared_connectionless(uint16_t handle, uint16_t cid, uint16_t len){ in l2cap_send_prepared_connectionless() 206 int sm_le_device_index(uint16_t handle ){ in sm_le_device_index()
|
/btstack/test/security_manager/ |
H A D | mock.c | 84 uint16_t handle = 0x40; in mock_simulate_sm_data_packet() local 231 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() 275 uint8_t l2cap_send_prepared_connectionless(uint16_t handle, uint16_t cid, uint16_t len){ in l2cap_send_prepared_connectionless() 280 uint8_t l2cap_send_connectionless(uint16_t handle, uint16_t cid, uint8_t * buffer, uint16_t len){ in l2cap_send_connectionless()
|
/btstack/test/gatt_server/ |
H A D | mock.c | 189 bool l2cap_can_send_fixed_channel_packet_now(uint16_t handle, uint16_t channel_id){ in l2cap_can_send_fixed_channel_packet_now() 193 void l2cap_request_can_send_fix_channel_now_event(uint16_t handle, uint16_t channel_id){ in l2cap_request_can_send_fix_channel_now_event() 198 uint8_t l2cap_send_prepared_connectionless(uint16_t handle, uint16_t cid, uint16_t len){ in l2cap_send_prepared_connectionless() 225 int sm_le_device_index(uint16_t handle ){ in sm_le_device_index()
|
/btstack/test/fuzz/ |
H A D | fuzz_l2cap.c | 135 bool hci_authentication_active_for_handle(hci_con_handle_t handle){ in hci_authentication_active_for_handle() 186 bool hci_remote_features_available(hci_con_handle_t handle){ in hci_remote_features_available() 191 bool gap_ssp_supported_on_both_sides(hci_con_handle_t handle){ in gap_ssp_supported_on_both_sides()
|
H A D | fuzz_l2cap_whitebox.c | 136 bool hci_authentication_active_for_handle(hci_con_handle_t handle){ in hci_authentication_active_for_handle() 187 bool hci_remote_features_available(hci_con_handle_t handle){ in hci_remote_features_available() 192 bool gap_ssp_supported_on_both_sides(hci_con_handle_t handle){ in gap_ssp_supported_on_both_sides()
|
H A D | fuzz_avrcp.c | 52 static void avrcp_client_packet_handler(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint… in avrcp_client_packet_handler()
|
H A D | fuzz_avdtp.c | 53 static void avdtp_client_packet_handler(uint8_t packet_type, uint16_t handle, uint8_t *packet, uint… in avdtp_client_packet_handler()
|
/btstack/3rd-party/lwip/core/src/apps/tftp/ |
H A D | tftp.c | 83 void *handle; member 523 tftp_get(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mod… in tftp_get() 536 tftp_put(void* handle, const ip_addr_t *addr, u16_t port, const char* fname, enum tftp_transfer_mod… in tftp_put()
|
/btstack/src/classic/ |
H A D | sdp_server.c | 113 static service_record_item_t * sdp_get_record_item_for_handle(uint32_t handle){ in sdp_get_record_item_for_handle() 124 uint8_t * sdp_get_record_for_handle(uint32_t handle){ in sdp_get_record_for_handle() 132 uint32_t handle = 0; in sdp_create_service_record_handle() local
|
/btstack/test/hfp/ |
H A D | mock.c | 337 static void hci_emit_disconnection_complete(uint16_t handle, uint8_t reason){ in hci_emit_disconnection_complete() 347 uint8_t gap_disconnect(hci_con_handle_t handle){ in gap_disconnect() 356 bool hci_remote_esco_supported(hci_con_handle_t handle){ in hci_remote_esco_supported()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 345 static void daemon_add_client_sdp_service_record_handle(connection_t * connection, uint32_t handle){ in daemon_add_client_sdp_service_record_handle() 351 …ic void daemon_remove_client_sdp_service_record_handle(connection_t * connection, uint32_t handle){ in daemon_remove_client_sdp_service_record_handle() 358 static void daemon_add_gatt_client_handle(connection_t * connection, uint32_t handle){ in daemon_add_gatt_client_handle() 418 static void daemon_remove_gatt_client_handle(connection_t * connection, uint32_t handle){ in daemon_remove_gatt_client_handle() 755 static void sdp_emit_service_registered(void *connection, uint32_t handle, uint8_t status) { in sdp_emit_service_registered() 879 hci_con_handle_t handle; in btstack_command_handler() local
|
/btstack/port/esp32/components/btstack/ |
H A D | btstack_audio_esp32_v5.c | 208 static IRAM_ATTR bool i2s_rx_callback(i2s_chan_handle_t handle, i2s_event_data_t *event, void *user… in i2s_rx_callback() 219 static IRAM_ATTR bool i2s_tx_callback(i2s_chan_handle_t handle, i2s_event_data_t *event, void *user… in i2s_tx_callback()
|
/btstack/test/embedded/ |
H A D | l2cap_le_signaling_test.cpp | 13 static uint16_t l2cap_send_le_signaling_packet(hci_con_handle_t handle, L2CAP_SIGNALING_COMMANDS cm… in l2cap_send_le_signaling_packet()
|
/btstack/test/mock/ |
H A D | mock_gatt_client.h | 77 uint16_t handle; member
|