Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c175 struct bt_mesh_gen_onoff_status *status = NULL; in generic_status() local
180 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_onoff_status)); in generic_status()
181 if (!status) { in generic_status()
185 status->present_onoff = net_buf_simple_pull_u8(buf); in generic_status()
187 status->op_en = true; in generic_status()
188 status->target_onoff = net_buf_simple_pull_u8(buf); in generic_status()
189 status->remain_time = net_buf_simple_pull_u8(buf); in generic_status()
191 val = (uint8_t *)status; in generic_status()
196 struct bt_mesh_gen_level_status *status = NULL; in generic_status() local
201 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_level_status)); in generic_status()
[all …]
Dlighting_client.c184 struct bt_mesh_light_lightness_status *status = NULL; in light_status() local
189 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_status)); in light_status()
190 if (!status) { in light_status()
194 status->present_lightness = net_buf_simple_pull_le16(buf); in light_status()
196 status->op_en = true; in light_status()
197 status->target_lightness = net_buf_simple_pull_le16(buf); in light_status()
198 status->remain_time = net_buf_simple_pull_u8(buf); in light_status()
200 val = (uint8_t *)status; in light_status()
205 struct bt_mesh_light_lightness_linear_status *status = NULL; in light_status() local
210 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_linear_status)); in light_status()
[all …]
Dsensor_client.c113 struct bt_mesh_sensor_descriptor_status *status = NULL; in sensor_status() local
114 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_descriptor_status)); in sensor_status()
115 if (!status) { in sensor_status()
119 status->descriptor = bt_mesh_alloc_buf(buf->len); in sensor_status()
120 if (!status->descriptor) { in sensor_status()
122 bt_mesh_free(status); in sensor_status()
125 net_buf_simple_add_mem(status->descriptor, buf->data, buf->len); in sensor_status()
126 val = (uint8_t *)status; in sensor_status()
131 struct bt_mesh_sensor_cadence_status *status = NULL; in sensor_status() local
132 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_cadence_status)); in sensor_status()
[all …]
Dtime_scene_client.c129 struct bt_mesh_time_status *status = NULL; in time_scene_status() local
134 status = bt_mesh_calloc(sizeof(struct bt_mesh_time_status)); in time_scene_status()
135 if (!status) { in time_scene_status()
139 memcpy(status->tai_seconds, buf->data, 5); in time_scene_status()
141 status->sub_second = net_buf_simple_pull_u8(buf); in time_scene_status()
142 status->uncertainty = net_buf_simple_pull_u8(buf); in time_scene_status()
144 status->time_authority = temp & BIT(0); in time_scene_status()
145 status->tai_utc_delta = temp >> 15; in time_scene_status()
146 status->time_zone_offset = net_buf_simple_pull_u8(buf); in time_scene_status()
147 val = (uint8_t *)status; in time_scene_status()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c46 static char *btm_ble_hci_status_to_str(tHCI_STATUS status) in btm_ble_hci_status_to_str() argument
48 switch(status) { in btm_ble_hci_status_to_str()
217 if(params && params->status == BTM_SUCCESS) { in BTM_ExtBleCallbackTrigger()
231 cb_params.read_phy.status = BTM_ILLEGAL_VALUE; in BTM_BleReadPhy()
249 tBTM_STATUS status = BTM_SUCCESS; in BTM_BleSetPreferDefaultPhy() local
256 status = BTM_ILLEGAL_VALUE; in BTM_BleSetPreferDefaultPhy()
259 cb_params.set_perf_def_phy.status = err; in BTM_BleSetPreferDefaultPhy()
263 return status; in BTM_BleSetPreferDefaultPhy()
274 cb_params.status = BTM_ILLEGAL_VALUE; in BTM_BleSetPreferPhy()
285 cb_params.status = BTM_ILLEGAL_VALUE; in BTM_BleSetPreferPhy()
[all …]
Dbtm_ble_batchscan.c312 tBTM_STATUS status = BTM_NO_RESOURCES; in btm_ble_read_batchscan_reports() local
321 if ((status = BTM_VendorSpecificCommand (HCI_BLE_BATCH_SCAN_OCF, in btm_ble_read_batchscan_reports()
324 BTM_TRACE_ERROR("btm_ble_read_batchscan_reports %d", status); in btm_ble_read_batchscan_reports()
328 if (BTM_CMD_STARTED == status) { in btm_ble_read_batchscan_reports()
334 return status; in btm_ble_read_batchscan_reports()
354 UINT8 status = 0, subcode = 0, opcode = 0; in btm_ble_batchscan_vsc_cmpl_cback() local
367 STREAM_TO_UINT8(status, p); in btm_ble_batchscan_vsc_cmpl_cback()
382 if (BTM_SUCCESS == status && BTM_BLE_SCAN_ENABLE_CALLED == cur_state) { in btm_ble_batchscan_vsc_cmpl_cback()
390 status, ble_batchscan_cb.cur_state, cb_evt); in btm_ble_batchscan_vsc_cmpl_cback()
393 ble_batchscan_cb.p_setup_cback(cb_evt, ref_value, status); in btm_ble_batchscan_vsc_cmpl_cback()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/avrc/
Davrc_pars_tg.c45 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_cmd() local
68 status = AVRC_STS_BAD_CMD; in avrc_pars_vendor_cmd()
74 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_cmd()
77 if (status != AVRC_STS_NO_ERROR) { in avrc_pars_vendor_cmd()
78 return status; in avrc_pars_vendor_cmd()
85 status = AVRC_STS_BAD_PARAM; in avrc_pars_vendor_cmd()
87 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_cmd()
94 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_cmd()
101 status = AVRC_STS_BAD_PARAM; in avrc_pars_vendor_cmd()
103 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_cmd()
[all …]
Davrc_pars_ct.c46 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_pars_vendor_rsp() local
65 p_result->rsp.status = *p; in avrc_pars_vendor_rsp()
66 return p_result->rsp.status; in avrc_pars_vendor_rsp()
76 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_rsp()
89 p_result->reg_notif.status = p_msg->hdr.ctype; in avrc_pars_vendor_rsp()
102 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_rsp()
108 status = AVRC_STS_INTERNAL_ERR; in avrc_pars_vendor_rsp()
117 status = AVRC_STS_BAD_CMD; in avrc_pars_vendor_rsp()
121 return status; in avrc_pars_vendor_rsp()
136 tAVRC_STS status = AVRC_STS_INTERNAL_ERR; in AVRC_ParsResponse() local
[all …]
Davrc_bld_tg.c50 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp() local
54 status = AVRC_STS_BAD_PARAM; in avrc_bld_get_capability_rsp()
55 return status; in avrc_bld_get_capability_rsp()
95 status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
97 return status; in avrc_bld_get_capability_rsp()
514 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_notify_rsp() local
532 status = AVRC_STS_BAD_PARAM; in avrc_bld_notify_rsp()
557 status = AVRC_STS_BAD_PARAM; in avrc_bld_notify_rsp()
567 status = AVRC_STS_BAD_PARAM; in avrc_bld_notify_rsp()
586 status = AVRC_STS_BAD_PARAM; in avrc_bld_notify_rsp()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/jv/
Dbta_jv_api.c67 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvEnable() local
95 status = BTA_JV_SUCCESS; in BTA_JvEnable()
103 return (status); in BTA_JvEnable()
210 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvGetChannelId() local
220 status = BTA_JV_SUCCESS; in BTA_JvGetChannelId()
223 return (status); in BTA_JvGetChannelId()
244 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvFreeChannel() local
255 status = BTA_JV_SUCCESS; in BTA_JvFreeChannel()
258 return (status); in BTA_JvFreeChannel()
277 tBTA_JV_STATUS status = BTA_JV_FAILURE; in BTA_JvStartDiscovery() local
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c50 extern void btm_process_cancel_complete(UINT8 status, UINT8 mode);
76 static void btu_hcif_command_status_evt (uint8_t status, BT_HDR *command, void *context);
128 static void btu_ble_ll_get_conn_param_format_err_from_contoller (UINT8 status, UINT16 handle);
555 UINT8 status; in btu_hcif_inquiry_comp_evt() local
557 STREAM_TO_UINT8 (status, p); in btu_hcif_inquiry_comp_evt()
560 btm_process_inq_complete(status, BTM_BR_INQUIRY_MASK); in btu_hcif_inquiry_comp_evt()
620 UINT8 status; in btu_hcif_connection_comp_evt() local
631 STREAM_TO_UINT8 (status, p); in btu_hcif_connection_comp_evt()
642 btm_sec_connected (bda, handle, status, enc_mode); in btu_hcif_connection_comp_evt()
644 l2c_link_hci_conn_comp (status, handle, bda); in btu_hcif_connection_comp_evt()
[all …]
/hal_espressif-3.4.0/components/esp_hid/src/
Dbt_hidh.c99 static esp_err_t bt_hidh_get_status(esp_hidh_status_t status) in bt_hidh_get_status() argument
102 switch (status) { in bt_hidh_get_status()
185 static void open_failed_cb(esp_hidh_dev_t *dev, esp_hidh_status_t status, esp_hidh_event_data_t *p, in open_failed_cb() argument
188 p->open.status = bt_hidh_get_status(status); in open_failed_cb()
217 p.start.status = bt_hidh_get_status(param->init.status); in esp_hh_cb()
220 if (param->init.status != ESP_HIDH_OK) { in esp_hh_cb()
221 ESP_LOGE(TAG, "ENABLE ERROR: %s", s_esp_hh_status_names[param->init.status]); in esp_hh_cb()
227 p.stop.status = bt_hidh_get_status(param->deinit.status); in esp_hh_cb()
230 if (param->deinit.status != ESP_HIDH_OK) { in esp_hh_cb()
231 ESP_LOGE(TAG, "DISABLE ERROR: %s", s_esp_hh_status_names[param->deinit.status]); in esp_hh_cb()
[all …]
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dcfg_cli.c131 void *status, size_t len) in cfg_client_recv_status() argument
143 buf.data = (uint8_t *)status; in cfg_client_recv_status()
212 opcode, evt_type, model, ctx, (const uint8_t *)status, len); in cfg_client_recv_status()
220 struct bt_mesh_cfg_comp_data_status *val = status; in cfg_client_recv_status()
226 struct bt_mesh_cfg_mod_sub_list *val = status; in cfg_client_recv_status()
231 struct bt_mesh_cfg_net_key_list *val = status; in cfg_client_recv_status()
236 struct bt_mesh_cfg_app_key_list *val = status; in cfg_client_recv_status()
242 struct bt_mesh_cfg_mod_app_list *val = status; in cfg_client_recv_status()
255 struct bt_mesh_cfg_comp_data_status status = {0}; in comp_data_status() local
261 status.page = net_buf_simple_pull_u8(buf); in comp_data_status()
[all …]
Dhealth_cli.c89 void *status, size_t len) in health_client_recv_status() argument
95 if (!model || !ctx || !status || !len) { in health_client_recv_status()
101 buf.data = (uint8_t *)status; in health_client_recv_status()
130 opcode, evt_type, model, ctx, (const uint8_t *)status, len); in health_client_recv_status()
138 struct bt_mesh_health_fault_status *val = status; in health_client_recv_status()
143 struct bt_mesh_health_current_status *val = status; in health_client_recv_status()
156 struct bt_mesh_health_fault_status status = {0}; in health_fault_status() local
162 status.test_id = net_buf_simple_pull_u8(buf); in health_fault_status()
163 status.cid = net_buf_simple_pull_le16(buf); in health_fault_status()
164 status.fault_array = bt_mesh_alloc_buf(buf->len); in health_fault_status()
[all …]
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Drmt_ll.h294 uint32_t status = dev->int_st.val; in rmt_ll_get_tx_end_interrupt_status() local
295 …return ((status & 0x01) >> 0) | ((status & 0x08) >> 2) | ((status & 0x40) >> 4) | ((status & 0x200… in rmt_ll_get_tx_end_interrupt_status()
296 …((status & 0x1000) >> 8) | ((status & 0x8000) >> 10) | ((status & 0x40000) >> 12) | ((status & 0x2… in rmt_ll_get_tx_end_interrupt_status()
301 uint32_t status = dev->int_st.val; in rmt_ll_get_rx_end_interrupt_status() local
302 …return ((status & 0x02) >> 1) | ((status & 0x10) >> 3) | ((status & 0x80) >> 5) | ((status & 0x400… in rmt_ll_get_rx_end_interrupt_status()
303 …((status & 0x2000) >> 9) | ((status & 0x10000) >> 11) | ((status & 0x80000) >> 13) | ((status & 0x… in rmt_ll_get_rx_end_interrupt_status()
308 uint32_t status = dev->int_st.val; in rmt_ll_get_tx_err_interrupt_status() local
309 …return ((status & 0x04) >> 2) | ((status & 0x20) >> 4) | ((status & 0x100) >> 6) | ((status & 0x80… in rmt_ll_get_tx_err_interrupt_status()
310 …((status & 0x4000) >> 10) | ((status & 0x20000) >> 12) | ((status & 0x100000) >> 14) | ((status & … in rmt_ll_get_tx_err_interrupt_status()
315 uint32_t status = dev->int_st.val; in rmt_ll_get_rx_err_interrupt_status() local
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c71 tBTA_HH_STATUS status = BTA_HH_ERR; in bta_hh_api_enable() local
86 status = BTA_HH_OK; in bta_hh_api_enable()
101 if (status == BTA_HH_OK) { in bta_hh_api_enable()
107 (* bta_hh_cb.p_cback)(BTA_HH_ENABLE_EVT, (tBTA_HH *)&status); in bta_hh_api_enable()
161 tBTA_HH_STATUS status = BTA_HH_OK; in bta_hh_disc_cmpl() local
165 status = BTA_HH_ERR; in bta_hh_disc_cmpl()
170 UNUSED(status); in bta_hh_disc_cmpl()
172 bta_hh_cleanup_disable(status); in bta_hh_disc_cmpl()
190 tBTA_HH_STATUS status = BTA_HH_ERR_SDP; in bta_hh_sdp_cback() local
211 status = BTA_HH_OK; in bta_hh_sdp_cback()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c64 #define is_hidh_init() (btc_hh_cb.status > BTC_HH_DISABLED)
221 bt_status_t status; in btc_hh_timer_timeout() local
236 p_data.dev_status.status = BTA_HH_ERR; in btc_hh_timer_timeout()
240 status = btc_transfer_context(&msg, &p_data, sizeof(tBTA_HH), NULL); in btc_hh_timer_timeout()
241 if (status != BT_STATUS_SUCCESS) { in btc_hh_timer_timeout()
361 p_dst_data->hs_data.status = ESP_HIDH_ERR_NO_RES; in bte_hh_arg_deep_copy()
375 bt_status_t status; in bte_hh_evt() local
436 status = btc_transfer_context(&msg, p_data, param_len, bte_hh_arg_deep_copy); in bte_hh_evt()
437 assert(status == BT_STATUS_SUCCESS); in bte_hh_evt()
469 param.init.status = ret; in btc_hh_init()
[all …]
Dbtc_hd.c73 #define is_hidd_init() (btc_hd_cb.status > BTC_HD_DISABLED)
155 bt_status_t status; in bte_hd_evt() local
199 status = btc_transfer_context(&msg, p_data, param_len, bte_hd_arg_deep_copy); in bte_hd_evt()
200 if (status != BT_STATUS_SUCCESS) { in bte_hd_evt()
231 param.init.status = ret; in btc_hd_init()
258 btc_hd_cb.status = BTC_HD_DISABLING; in btc_hd_deinit()
271 param.deinit.status = ret; in btc_hd_deinit()
339 param.register_app.status = ret; in btc_hd_register_app()
384 param.unregister_app.status = ret; in btc_hd_unregister_app()
419 param.open.status = ret; in btc_hd_connect()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/a2dp/
Da2d_sbc.c56 tA2D_STATUS status; in A2D_BldSbcInfo() local
70 status = A2D_INVALID_PARAMS; in A2D_BldSbcInfo()
72 status = A2D_SUCCESS; in A2D_BldSbcInfo()
85 return status; in A2D_BldSbcInfo()
108 tA2D_STATUS status; in A2D_ParsSbcInfo() local
112 status = A2D_INVALID_PARAMS; in A2D_ParsSbcInfo()
118 status = A2D_WRONG_CODEC; in A2D_ParsSbcInfo()
130 status = A2D_SUCCESS; in A2D_ParsSbcInfo()
132 status = A2D_BAD_MIN_BITPOOL; in A2D_ParsSbcInfo()
137 status = A2D_BAD_MAX_BITPOOL; in A2D_ParsSbcInfo()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c39 static void send_reject_response (UINT8 rc_handle, UINT8 label, UINT8 pdu, UINT8 status);
311 if (p_meta_rsp->rsp.status != AVRC_STS_NO_ERROR) { in send_metamsg_rsp()
338 tAVRC_STS status = AVRC_BldResponse(btc_rc_cb.rc_handle, p_meta_rsp, &p_msg); in send_metamsg_rsp() local
340 if (status == AVRC_STS_NO_ERROR) { in send_metamsg_rsp()
346 __FUNCTION__, status); in send_metamsg_rsp()
352 tAVRC_STS status; in send_metamsg_rsp() local
354 status = AVRC_BldResponse(rc_handle, p_meta_rsp, &p_msg); in send_metamsg_rsp()
356 if (status == AVRC_STS_NO_ERROR) { in send_metamsg_rsp()
360 __FUNCTION__, status); in send_metamsg_rsp()
385 static void send_reject_response (UINT8 rc_handle, UINT8 label, UINT8 pdu, UINT8 status) in send_reject_response() argument
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h891 uint8_t status; /*!< periodic advertising sync status */ member
912 …esp_bt_status_t status; /*!< Indicate the set advertising data operation succe… member
918 …esp_bt_status_t status; /*!< Indicate the set scan response data operation suc… member
924 …esp_bt_status_t status; /*!< Indicate the set scan param operation success sta… member
947 …esp_bt_status_t status; /*!< Indicate the set raw advertising data operation s… member
953 …esp_bt_status_t status; /*!< Indicate the set raw advertising data operation s… member
959 …esp_bt_status_t status; /*!< Indicate advertising start operation success stat… member
965 … esp_bt_status_t status; /*!< Indicate scan start operation success status */ member
974 … esp_bt_status_t status; /*!< Indicate scan stop operation success status */ member
980 … esp_bt_status_t status; /*!< Indicate adv stop operation success status */ member
[all …]
Desp_hidh_api.h128 esp_hidh_status_t status; /*!< status */ member
135 esp_hidh_status_t status; /*!< status */ member
142 esp_hidh_status_t status; /*!< operation status */ member
153 esp_hidh_status_t status; /*!< operation status */ member
163 esp_hidh_status_t status; /*!< operation status */ member
172 esp_hidh_status_t status; /*!< operation status */ member
181 esp_hidh_status_t status; /*!< operation status */ member
189 esp_hidh_status_t status; /*!< operation status */ member
199 esp_hidh_status_t status; /*!< operation status */ member
207 esp_hidh_status_t status; /*!< operation status */ member
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/
Dbta_av_sbc.c399 UINT8 status = A2D_SUCCESS; in bta_av_sbc_cfg_for_cap() local
404 if ((status = A2D_ParsSbcInfo(&peer_cie, p_peer, TRUE)) != 0) { in bta_av_sbc_cfg_for_cap()
405 return status; in bta_av_sbc_cfg_for_cap()
458 if (status == A2D_SUCCESS) { in bta_av_sbc_cfg_for_cap()
462 return status; in bta_av_sbc_cfg_for_cap()
477 UINT8 status = 0; in bta_av_sbc_cfg_matches_cap() local
481 if ((status = A2D_ParsSbcInfo(&cfg_cie, p_cfg, TRUE)) != 0) { in bta_av_sbc_cfg_matches_cap()
482 APPL_TRACE_ERROR(" bta_av_sbc_cfg_matches_cap Parsing Failed %d", status); in bta_av_sbc_cfg_matches_cap()
483 return status; in bta_av_sbc_cfg_matches_cap()
498 status = A2D_NS_SAMP_FREQ; in bta_av_sbc_cfg_matches_cap()
[all …]
/hal_espressif-3.4.0/components/driver/
Dspi_bus_lock.c195 atomic_uint_fast32_t status; member
236 return atomic_fetch_or(&lock->status, set); in lock_status_fetch_set()
241 return atomic_fetch_and(&lock->status, ~clear); in lock_status_fetch_clear()
246 return atomic_load(&lock->status); in lock_status_fetch()
251 atomic_store(&lock->status, 0); in lock_status_init()
310 uint32_t status = lock_status_fetch_set(lock, DEV_REQ_MASK(dev_handle)); in req_core() local
311 if ((status & DEV_BG_MASK(dev_handle)) == 0) { in req_core()
315 uint32_t status = lock_status_fetch_set(lock, DEV_REQ_MASK(dev_handle)); in req_core() local
316 if (status == 0) { in req_core()
326 uint32_t status = lock_status_fetch_set(lock, dev_handle->mask & LOCK_MASK); in acquire_core() local
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c290 static void btc_adv_data_callback(tBTA_STATUS status) in btc_adv_data_callback() argument
299 param.adv_data_cmpl.status = status; in btc_adv_data_callback()
309 static void btc_scan_rsp_data_callback(tBTA_STATUS status) in btc_scan_rsp_data_callback() argument
318 param.scan_rsp_data_cmpl.status = status; in btc_scan_rsp_data_callback()
328 static void btc_adv_data_raw_callback(tBTA_STATUS status) in btc_adv_data_raw_callback() argument
337 param.adv_data_raw_cmpl.status = status; in btc_adv_data_raw_callback()
347 static void btc_scan_rsp_data_raw_callback(tBTA_STATUS status) in btc_scan_rsp_data_raw_callback() argument
356 param.scan_rsp_data_raw_cmpl.status = status; in btc_scan_rsp_data_raw_callback()
392 static void btc_start_adv_callback(uint8_t status) in btc_start_adv_callback() argument
401 param.adv_start_cmpl.status = btc_hci_to_esp_status(status); in btc_start_adv_callback()
[all …]

12345678910>>...26