Searched refs:tester_rsp_buffer_allocate (Results 1 – 6 of 6) sorted by relevance
37 void tester_rsp_buffer_allocate(size_t len, uint8_t **data);
95 tester_rsp_buffer_allocate(sizeof(*ev_ptr) + broadcast_name_len, (uint8_t **)&ev_ptr); in pbp_scan_recv()
224 tester_rsp_buffer_allocate(sizeof(*ev) + data_len, (uint8_t **)&ev); in send_bis_stream_received_ev()827 tester_rsp_buffer_allocate(sizeof(*ev) + codec_cfg->data_len, (uint8_t **)&ev); in btp_send_bis_found_ev()1067 tester_rsp_buffer_allocate(sizeof(*ev) + CONFIG_BT_BAP_BASS_MAX_SUBGROUPS * in btp_send_broadcast_receive_state_ev()
122 tester_rsp_buffer_allocate(sizeof(*ev) + data_len, (uint8_t **)&ev); in tbs_client_chrc_str_ev()
688 tester_rsp_buffer_allocate(sizeof(*ev) + data_len, (uint8_t **)&ev); in send_stream_received_ev()
272 void tester_rsp_buffer_allocate(size_t len, uint8_t **data) in tester_rsp_buffer_allocate() function