Home
last modified time | relevance | path

Searched defs:app_id (Results 1 – 25 of 59) sorted by relevance

123

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/sys/
Dbta_sys_conn.c196 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_conn_open()
224 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_conn_close()
251 void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_app_open()
270 void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_app_close()
288 void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_open()
311 void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_close()
335 void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_use()
356 void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_unuse()
377 void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout) in bta_sys_chg_ssr_config()
462 void bta_sys_idle(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_idle()
[all …]
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbta_hh_co.c15 … bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, tBTA_HH_ATTR_MASK attr_mask, uint8_t app_id) in bta_hh_co_open()
76 void bta_hh_co_close(uint8_t dev_handle, uint8_t app_id) in bta_hh_co_close()
115 BD_ADDR peer_addr, UINT8 app_id) in bta_hh_co_data()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c70 UINT8 app_id = 0xff; in bas_gatts_callback() local
236 static void bas_callback(UINT32 trans_id, UINT16 conn_id, UINT8 app_id, in bas_callback()
385 void bas_init(tBTA_GATTS_IF gatt_if, UINT16 app_id) in bas_init()
511 void Battery_Rsp (UINT32 trans_id, UINT16 conn_id, UINT8 app_id, in Battery_Rsp()
583 void Battery_Notify (UINT16 conn_id, UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level) in Battery_Notify()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c267uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, in btc_storage_add_hid_device_info()
323 uint8_t app_id = (uint8_t)value; in btc_storage_load_bonded_hid_info() local
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/battery/include/
Dsrvc_battery_int.h34 UINT8 app_id; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c357 void bta_ag_sco_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec) in bta_ag_sco_audio_state()
383 …YPE bta_ag_sco_co_init(UINT32 rx_bw, UINT32 tx_bw, tBTA_HFP_CODEC_INFO *p_codec_info, UINT8 app_id) in bta_ag_sco_co_init()
/hal_espressif-3.4.0/components/protocomm/src/simple_ble/
Dsimple_ble.c258 uint16_t app_id = 0x55; in simple_ble_start() local
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/
Dbluedroid_gatts.h54 uint16_t app_id; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c112 char * p_service_names[], UINT8 app_id) in BTA_AgRegister()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c69 uint16_t app_id; member
84 uint16_t app_id; member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c82 uint16_t app_id; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c876 static void bta_av_sys_rs_cback (tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_… in bta_av_sys_rs_cback()
952 app_id, BD_ADDR peer_addr) in bta_av_sco_chg_cback()
Dbta_av_api.c108 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, in BTA_AvRegister()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/esp/include/
Dwx_airsync_prf.h75 UINT8 app_id; member
Dbutton_pro.h84 uint8_t app_id; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_utils.c185 UINT8 app_id) in bta_hh_add_device_to_list()
Dbta_hh_api.c346 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info) in BTA_HhAddDev()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c74 uint16_t app_id; member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c107 uint16_t app_id; member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c106 uint16_t app_id; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_main.c337 UINT8 app_id, BD_ADDR peer_addr) in bta_hf_client_collision_cback()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c122 tBTA_HFP_CODEC_INFO *p_codec_info, UINT8 app_id) in bta_hf_client_sco_co_init()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c65 uint16_t app_id; member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c83 uint16_t app_id; member
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c138 uint16_t app_id; member

123