Home
last modified time | relevance | path

Searched refs:inst_id (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c74 void btm_ble_multi_adv_enq_op_q(UINT8 opcode, UINT8 inst_id, UINT8 cb_evt) in btm_ble_multi_adv_enq_op_q() argument
78 p_op_q->p_inst_id[p_op_q->next_idx] = inst_id; in btm_ble_multi_adv_enq_op_q()
120 UINT8 *p = p_params->p_param_buf, inst_id; in btm_ble_multi_adv_vsc_cmpl_cback() local
133 btm_ble_multi_adv_deq_op_q(&opcode, &inst_id, &cb_evt); in btm_ble_multi_adv_vsc_cmpl_cback()
135 BTM_TRACE_DEBUG("op_code = %02x inst_id = %d cb_evt = %02x", opcode, inst_id, cb_evt); in btm_ble_multi_adv_vsc_cmpl_cback()
137 if (opcode != subcode || inst_id == 0) { in btm_ble_multi_adv_vsc_cmpl_cback()
142 p_inst = &btm_multi_adv_cb.p_adv_inst[inst_id - 1]; in btm_ble_multi_adv_vsc_cmpl_cback()
150 btm_multi_adv_cb.p_adv_inst[inst_id - 1].in_use = FALSE; in btm_ble_multi_adv_vsc_cmpl_cback()
180 (p_inst->p_cback)(cb_evt, inst_id, p_inst->p_ref, status); in btm_ble_multi_adv_vsc_cmpl_cback()
197 tBTM_STATUS btm_ble_enable_multi_adv (BOOLEAN enable, UINT8 inst_id, UINT8 cb_evt) in btm_ble_enable_multi_adv() argument
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c144 p_rpt->inst_id, in bta_hh_le_hid_report_dbg()
348 void bta_hh_le_fill_16bits_gatt_id(UINT8 inst_id, UINT16 uuid, tBTA_GATT_ID *p_output) in bta_hh_le_fill_16bits_gatt_id() argument
350 p_output->inst_id = inst_id; in bta_hh_le_fill_16bits_gatt_id()
363 void bta_hh_le_fill_16bits_srvc_id(BOOLEAN is_pri, UINT8 inst_id, UINT16 srvc_uuid, in bta_hh_le_fill_16bits_srvc_id() argument
368 bta_hh_le_fill_16bits_gatt_id(inst_id, srvc_uuid, &p_output->id); in bta_hh_le_fill_16bits_srvc_id()
380 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid, in bta_hh_le_fill_16bits_char_id() argument
384 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output); in bta_hh_le_fill_16bits_char_id()
477 p_rpt->inst_id == BTA_HH_LE_RPT_INST_ID_MAP(srvc_inst_id, char_inst_id)) { in bta_hh_le_find_report_entry()
535 UINT8 inst_id, in bta_hh_le_find_alloc_report_entry() argument
553 p_rpt->inst_id == BTA_HH_LE_RPT_INST_ID_MAP(srvc_inst_id, inst_id))) { in bta_hh_le_find_alloc_report_entry()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c87 p_dest->inst_id = p_src->inst_id; in btc_to_bta_gatt_id()
103 p_dest->inst_id = p_src->inst_id; in bta_to_btc_gatt_id()
Dbtc_gatts.c269 esp_srvc_id.id.inst_id = srvc_inst_id; in btc_gatts_act_create_attr_tab()
297 esp_srvc_id.id.inst_id = srvc_inst_id; in btc_gatts_act_create_attr_tab()
637 srvc_id.id.inst_id, arg->create_srvc.num_handle, in btc_gatts_call_handler()
852 param.create.service_id.id.inst_id = p_data->create.svc_instance; in btc_gatts_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c389 if (battery_cb.inst_id == BA_MAX_INT_NUM) { in bas_init()
394 p_inst = &battery_cb.battery_inst[battery_cb.inst_id]; in bas_init()
397 BTC_TRACE_ERROR("inst_id=%d\n", battery_cb.inst_id); in bas_init()
398 esp_ble_gatts_create_srvc (gatt_if, &bas_uuid, battery_cb.inst_id , in bas_init()
401 battery_cb.inst_id ++; in bas_init()
437 battery_cb.inst_id --; in bas_AddCharDescr()
438 tBA_INST *p_inst = &battery_cb.battery_inst[battery_cb.inst_id++]; in bas_AddCharDescr()
494 battery_cb.inst_id --; in bas_service_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/include/
Dsrvc_battery_int.h50 UINT8 inst_id; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h33 UINT8 inst_id; member
Dbta_api.h1048 UINT8 inst_id, void *p_ref, tBTA_STATUS status);
2784 extern void BTA_BleUpdateAdvInstParam (UINT8 inst_id,
2799 extern void BTA_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp,
2813 extern void BTA_BleDisableAdvInstance(UINT8 inst_id);
Dbta_gatt_api.h83 UINT8 inst_id; /* instance ID */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h85 UINT8 inst_id; member
Dbutton_pro.h93 uint8_t inst_id; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h509 typedef void (tBTM_BLE_MULTI_ADV_CBACK)(tBTM_BLE_MULTI_ADV_EVT evt, UINT8 inst_id,
513 UINT8 inst_id; member
712 UINT8 inst_id; member
2502 tBTM_STATUS BTM_BleUpdateAdvInstParam (UINT8 inst_id, tBTM_BLE_ADV_PARAMS *p_params);
2520 tBTM_STATUS BTM_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp,
2536 tBTM_STATUS BTM_BleDisableAdvInstance (UINT8 inst_id);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Ddis_api.h180 UINT8 inst_id; member
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c416 if (!nan_find_peer_svc(evt->inst_id, evt->peer_inst_id, evt->peer_if_mac)) { in nan_fill_params_from_event()
417 nan_record_peer_svc(evt->inst_id, evt->peer_inst_id, evt->peer_if_mac); in nan_fill_params_from_event()
897 p_peer_svc = nan_find_peer_svc(fup_params->inst_id, fup_params->peer_inst_id, in esp_wifi_nan_send_message()
905 if (!fup_params->inst_id) { in esp_wifi_nan_send_message()
906 fup_params->inst_id = p_peer_svc->own_svc_id; in esp_wifi_nan_send_message()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2181 void BTA_BleUpdateAdvInstParam (UINT8 inst_id, tBTA_BLE_ADV_PARAMS *p_params) in BTA_BleUpdateAdvInstParam() argument
2191 p_msg->inst_id = inst_id; in BTA_BleUpdateAdvInstParam()
2216 void BTA_BleCfgAdvInstData (UINT8 inst_id, BOOLEAN is_scan_rsp, in BTA_BleCfgAdvInstData() argument
2229 p_msg->inst_id = inst_id; in BTA_BleCfgAdvInstData()
2249 void BTA_BleDisableAdvInstance (UINT8 inst_id) //this function just used for vendor debug in BTA_BleDisableAdvInstance() argument
2253 APPL_TRACE_API ("BTA_BleDisableAdvInstance: %d", inst_id); in BTA_BleDisableAdvInstance()
2258 p_msg->inst_id = inst_id; in BTA_BleDisableAdvInstance()
Dbta_dm_act.c5651 if (BTM_BleMaxMultiAdvInstanceCount() > 0 && p_data->ble_multi_adv_param.inst_id > 0 in bta_dm_ble_multi_adv_upd_param()
5652 && p_data->ble_multi_adv_param.inst_id < BTM_BleMaxMultiAdvInstanceCount()) { in bta_dm_ble_multi_adv_upd_param()
5653 btm_status = BTM_BleUpdateAdvInstParam(p_data->ble_multi_adv_param.inst_id, in bta_dm_ble_multi_adv_upd_param()
5658 p_ref = btm_ble_multi_adv_get_ref(p_data->ble_multi_adv_param.inst_id); in bta_dm_ble_multi_adv_upd_param()
5660 p_data->ble_multi_adv_param.inst_id, p_ref, BTA_FAILURE); in bta_dm_ble_multi_adv_upd_param()
5678 if (BTM_BleMaxMultiAdvInstanceCount() > 0 && p_data->ble_multi_adv_data.inst_id > 0 in bta_dm_ble_multi_adv_data()
5679 && p_data->ble_multi_adv_data.inst_id < BTM_BleMaxMultiAdvInstanceCount()) { in bta_dm_ble_multi_adv_data()
5680 btm_status = BTM_BleCfgAdvInstData(p_data->ble_multi_adv_data.inst_id, in bta_dm_ble_multi_adv_data()
5687 p_ref = btm_ble_multi_adv_get_ref(p_data->ble_multi_adv_data.inst_id); in bta_dm_ble_multi_adv_data()
5689 p_data->ble_multi_adv_data.inst_id, p_ref, BTA_FAILURE); in bta_dm_ble_multi_adv_data()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c175 airsync_cb_env.inst_id = inst; in AirSync_CreateService()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatt_defs.h349 …uint8_t inst_id; /*!< @brief The instance ID component of the GATT ID, providing furthe… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h509 void *btm_ble_multi_adv_get_ref(UINT8 inst_id);
511 void btm_ble_multi_adv_reenable(UINT8 inst_id);
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h752 uint8_t inst_id; /**< Own service instance id */ member
1111 uint8_t inst_id; /**< Our Service Identifier */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c197 button_cb_env.inst_id = inst; in Button_CreateService()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h184 UINT8 inst_id; /* share service instance ID and report instance ID, as member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h802 UINT8 inst_id; member
808 UINT8 inst_id; member
816 UINT8 inst_id; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1128 cb_data.srvc_res.service_uuid.inst_id = p_cache->handle; in bta_gattc_search_service()