/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/ |
H A D | bsp_module_stop.h | 48 #define R_BSP_MODULE_START(ip, channel) {FSP_CRITICAL_SECTION_DEFINE; … argument 60 #define R_BSP_MODULE_STOP(ip, channel) {FSP_CRITICAL_SECTION_DEFINE; … argument 78 #define BSP_MSTP_REG_FSP_IP_GPT(channel) R_MSTP->MSTPCRE argument 79 #define BSP_MSTP_BIT_FSP_IP_GPT(channel) (1U << 31); argument 80 #define BSP_MSTP_REG_FSP_IP_AGT(channel) R_MSTP->MSTPCRD argument 81 #define BSP_MSTP_BIT_FSP_IP_AGT(channel) (1U << (3U - channel)); argument 82 #define BSP_MSTP_REG_FSP_IP_KEY(channel) R_MSTP->MSTPCRE argument 83 #define BSP_MSTP_BIT_FSP_IP_KEY(channel) (1U << 4U); argument 84 #define BSP_MSTP_REG_FSP_IP_POEG(channel) R_MSTP->MSTPCRD argument 85 #define BSP_MSTP_BIT_FSP_IP_POEG(channel) (1U << (14U - channel)); argument [all …]
|
/btstack/src/classic/ |
H A D | bnep.c | 108 static void bnep_emit_open_channel_complete(bnep_channel_t *channel, uint8_t status, uint8_t setup_… in bnep_emit_open_channel_complete() 128 static void bnep_emit_channel_timeout(bnep_channel_t *channel) in bnep_emit_channel_timeout() 145 static void bnep_emit_channel_closed(bnep_channel_t *channel) in bnep_emit_channel_closed() 161 static void bnep_emit_ready_to_send(bnep_channel_t *channel) in bnep_emit_ready_to_send() 174 static int bnep_send_command_not_understood(bnep_channel_t *channel, uint8_t control_type) in bnep_send_command_not_understood() 204 static int bnep_send_connection_request(bnep_channel_t *channel, uint16_t uuid_source, uint16_t uui… in bnep_send_connection_request() 240 static int bnep_send_connection_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_connection_response() 270 static int bnep_send_filter_net_type_set(bnep_channel_t *channel, bnep_net_filter_t *filter, uint16… in bnep_send_filter_net_type_set() 307 static int bnep_send_filter_net_type_response(bnep_channel_t *channel, uint16_t response_code) in bnep_send_filter_net_type_response() 338 static int bnep_send_filter_multi_addr_set(bnep_channel_t *channel, bnep_multi_filter_t *filter, ui… in bnep_send_filter_multi_addr_set() [all …]
|
H A D | rfcomm.c | 197 rfcomm_channel_t * channel = ((rfcomm_channel_t *) it); in rfcomm_channel_for_rfcomm_cid() local 244 static void rfcomm_emit_connection_request(rfcomm_channel_t *channel) { in rfcomm_emit_connection_request() 262 static void rfcomm_emit_channel_opened(rfcomm_channel_t *channel, uint8_t status) { in rfcomm_emit_channel_opened() 288 static void rfcomm_emit_channel_closed(rfcomm_channel_t * channel) { in rfcomm_emit_channel_closed() 298 static void rfcomm_emit_remote_line_status(rfcomm_channel_t *channel, uint8_t line_status){ in rfcomm_emit_remote_line_status() 309 static void rfcomm_emit_port_configuration(rfcomm_channel_t *channel, bool remote) { in rfcomm_emit_port_configuration() 326 static void rfcomm_emit_can_send_now(rfcomm_channel_t *channel) { in rfcomm_emit_can_send_now() 436 rfcomm_channel_t * channel = ((rfcomm_channel_t *) it); in rfcomm_multiplexer_has_channels() local 451 rfcomm_channel_t * channel = (rfcomm_channel_t *) it; in rfcomm_dump_channels() local 458 static void rfcomm_channel_initialize(rfcomm_channel_t *channel, rfcomm_multiplexer_t *multiplexer, in rfcomm_channel_initialize() [all …]
|
/btstack/src/ |
H A D | l2cap.c | 310 static bool l2cap_ertm_can_store_packet_now(l2cap_channel_t * channel){ in l2cap_ertm_can_store_packet_now() 333 static void l2cap_ertm_next_tx_write_index(l2cap_channel_t * channel){ in l2cap_ertm_next_tx_write_index() 339 static void l2cap_ertm_start_monitor_timer(l2cap_channel_t * channel){ in l2cap_ertm_start_monitor_timer() 348 static void l2cap_ertm_stop_monitor_timer(l2cap_channel_t * channel){ in l2cap_ertm_stop_monitor_timer() 353 static void l2cap_ertm_start_retransmission_timer(l2cap_channel_t * channel){ in l2cap_ertm_start_retransmission_timer() 417 static int l2cap_ertm_send_information_frame(l2cap_channel_t * channel, int index, int final){ in l2cap_ertm_send_information_frame() 433 static void l2cap_ertm_store_fragment(l2cap_channel_t * channel, l2cap_segmentation_and_reassembly_… in l2cap_ertm_store_fragment() 461 static uint8_t l2cap_ertm_send(l2cap_channel_t * channel, const uint8_t * data, uint16_t len){ in l2cap_ertm_send() 510 static uint16_t l2cap_setup_options_ertm_request(l2cap_channel_t * channel, uint8_t * config_option… in l2cap_setup_options_ertm_request() 538 static uint16_t l2cap_setup_options_ertm_response(l2cap_channel_t * channel, uint8_t * config_optio… in l2cap_setup_options_ertm_response() [all …]
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_dfsdm.c | 879 uint32_t channel; in HAL_DFSDM_ChannelCkabStart() local 967 uint32_t channel; in HAL_DFSDM_ChannelPollForCkab() local 1054 uint32_t channel; in HAL_DFSDM_ChannelCkabStop() local 1114 uint32_t channel; in HAL_DFSDM_ChannelCkabStart_IT() local 1230 uint32_t channel; in HAL_DFSDM_ChannelCkabStop_IT() local 1336 uint32_t channel; in HAL_DFSDM_ChannelPollForScd() local 1421 uint32_t channel; in HAL_DFSDM_ChannelScdStop() local 1547 uint32_t channel; in HAL_DFSDM_ChannelScdStop_IT() local 3412 uint32_t channel = 0U; in HAL_DFSDM_IRQHandler() local 3444 uint32_t channel = 0U; in HAL_DFSDM_IRQHandler() local [all …]
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_dfsdm.c | 716 uint32_t channel; in HAL_DFSDM_ChannelCkabStart() local 770 uint32_t channel; in HAL_DFSDM_ChannelPollForCkab() local 819 uint32_t channel; in HAL_DFSDM_ChannelCkabStop() local 855 uint32_t channel; in HAL_DFSDM_ChannelCkabStart_IT() local 926 uint32_t channel; in HAL_DFSDM_ChannelCkabStop_IT() local 1004 uint32_t channel; in HAL_DFSDM_ChannelPollForScd() local 1053 uint32_t channel; in HAL_DFSDM_ChannelScdStop() local 1145 uint32_t channel; in HAL_DFSDM_ChannelScdStop_IT() local 2991 uint32_t channel = 0; in HAL_DFSDM_IRQHandler() local 3023 uint32_t channel = 0; in HAL_DFSDM_IRQHandler() local [all …]
|
/btstack/example/ |
H A D | hog_boot_host_demo.c | 162 static void handle_boot_keyboard_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint… in handle_boot_keyboard_event() 225 static void handle_boot_mouse_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_… in handle_boot_mouse_event() 339 static void handle_gatt_client_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16… in handle_gatt_client_event() 460 static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in packet_handler() 535 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… in sm_packet_handler()
|
H A D | mesh_node_demo.c | 67 static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in packet_handler() 96 static void mesh_provisioning_message_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack… in mesh_provisioning_message_handler() 127 static void mesh_state_update_message_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe… in mesh_state_update_message_handler()
|
H A D | a2dp_sink_demo.c | 664 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() 677 static void a2dp_sink_demo_cover_art_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t … in a2dp_sink_demo_cover_art_packet_handler() 756 static void avrcp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t s… in avrcp_packet_handler() 805 static void avrcp_controller_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet,… in avrcp_controller_packet_handler() 974 static void avrcp_target_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uin… in avrcp_target_packet_handler() 1013 static void a2dp_sink_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16… in a2dp_sink_packet_handler()
|
H A D | nordic_spp_le_streamer.c | 166 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() 226 static void att_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in att_packet_handler() 306 static void nordic_spp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint1… in nordic_spp_packet_handler()
|
H A D | spp_and_gatt_streamer.c | 199 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() 282 static void rfcomm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t… in rfcomm_packet_handler() 363 static void att_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in att_packet_handler()
|
H A D | ancs_client_demo.c | 73 static void app_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in app_packet_handler() 92 static void ancs_callback(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in ancs_callback()
|
H A D | a2dp_source_demo.c | 528 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() 589 static void a2dp_source_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint… in a2dp_source_packet_handler() 784 static void avrcp_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t s… in avrcp_packet_handler() 831 static void avrcp_target_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uin… in avrcp_target_packet_handler() 883 static void avrcp_controller_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet,… in avrcp_controller_packet_handler()
|
H A D | sm_pairing_central.c | 167 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() 250 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… in sm_packet_handler()
|
H A D | sdp_general_query.c | 107 static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in packet_handler() 148 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … in handle_sdp_client_query_result()
|
H A D | sm_pairing_peripheral.c | 171 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in sm_packet_handler() 307 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler()
|
H A D | hog_host_demo.c | 332 static void handle_gatt_client_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16… in handle_gatt_client_event() 384 static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in packet_handler() 459 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… in sm_packet_handler()
|
/btstack/platform/daemon/src/ |
H A D | socket_connection.c | 112 uint16_t channel; member 150 …ction_dummy_handler(connection_t *connection, uint16_t packet_type, uint16_t channel, uint8_t *dat… in socket_connection_dummy_handler() 329 uint16_t channel = little_endian_read_16( conn->buffer, 2); in socket_connection_retry_parked() local 554 … (*packet_callback)(connection_t *connection, uint16_t packet_type, uint16_t channel, uint8_t *dat… in socket_connection_register_packet_callback() 561 void socket_connection_send_packet(connection_t *conn, uint16_t type, uint16_t channel, uint8_t *pa… in socket_connection_send_packet() 582 void socket_connection_send_packet_all(uint16_t type, uint16_t channel, uint8_t *packet, uint16_t s… in socket_connection_send_packet_all()
|
/btstack/test/mesh/ |
H A D | mesh_pts.c | 118 static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in packet_handler() 154 static void mesh_provisioning_message_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack… in mesh_provisioning_message_handler() 208 static void mesh_state_update_message_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe… in mesh_state_update_message_handler() 234 static void mesh_configuration_message_handler(uint8_t packet_type, uint16_t channel, uint8_t *pack… in mesh_configuration_message_handler() 291 static void mesh_unprovisioned_beacon_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe… in mesh_unprovisioned_beacon_handler()
|
H A D | provisioner.c | 114 static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in packet_handler() 149 static void mesh_message_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t … in mesh_message_handler() 245 static void mesh_unprovisioned_beacon_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe… in mesh_unprovisioned_beacon_handler()
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.c | 201 static void handle_gatt_client_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16… in handle_gatt_client_event() 279 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() 317 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in sm_packet_handler() 361 static void att_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in att_packet_handler()
|
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/ |
H A D | Packet.java | 13 protected int channel; field in Packet 31 public Packet(int packetType, int channel, byte[] buffer, int payloadLen){ in Packet()
|
/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/ |
H A D | dma.c | 735 void DMA_assignInterrupt(uint32_t interruptNumber, uint32_t channel) in DMA_assignInterrupt() 759 void DMA_requestSoftwareTransfer(uint32_t channel) in DMA_requestSoftwareTransfer() 769 void DMA_clearInterruptFlag(uint32_t channel) in DMA_clearInterruptFlag()
|
/btstack/test/le_audio/ |
H A D | lc3_test.c | 231 uint8_t channel; in setup_lc3_encoder() local 245 uint8_t channel; in setup_lc3_decoder() local 283 uint8_t channel; in generate_audio() local
|
/btstack/src/ble/gatt-service/ |
H A D | scan_parameters_service_client.c | 165 static void handle_notification_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint1… in handle_notification_event() 269 static void handle_gatt_client_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16… in handle_gatt_client_event() 422 static void handle_hci_event(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size){ in handle_hci_event()
|