Home
last modified time | relevance | path

Searched refs:bat_level (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c436 esp_err_t esp_hf_client_send_iphoneaccev(uint32_t bat_level, bool docked) in esp_hf_client_send_iphoneaccev() argument
442 if (bat_level > 9) { in esp_hf_client_send_iphoneaccev()
454 arg.send_iphoneaccev.bat_level = bat_level; in esp_hf_client_send_iphoneaccev()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h118 uint32_t bat_level; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h637 esp_err_t esp_hf_client_send_iphoneaccev(uint32_t bat_level, bool docked);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c659 static bt_status_t btc_hf_client_send_iphoneaccev(uint32_t bat_level, BOOLEAN docked) in btc_hf_client_send_iphoneaccev() argument
663 …_local_param.btc_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_IPHONEACCEV, bat_level, (UINT32)docked,… in btc_hf_client_send_iphoneaccev()
1190 … btc_hf_client_send_iphoneaccev(arg->send_iphoneaccev.bat_level, arg->send_iphoneaccev.docked); in btc_hf_client_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h281 extern void bta_hf_client_send_at_iphoneaccev(UINT32 bat_level, BOOLEAN docked);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1589 void bta_hf_client_send_at_iphoneaccev(UINT32 bat_level, BOOLEAN docked) in bta_hf_client_send_at_iphoneaccev() argument
1591 APPL_TRACE_DEBUG("%s(%u, %s)", __FUNCTION__, bat_level, docked ? "docked" : "undocked"); in bta_hf_client_send_at_iphoneaccev()
1607 …snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+IPHONEACCEV=2,1,%u,2,%u\r", bat_level, docked ? 1 : 0); in bta_hf_client_send_at_iphoneaccev()