Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c135 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) in is_connected() function
359 if (!is_connected(bd_addr)) { in connect_init()
381 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) { in btc_hf_disconnect()
397 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) { in btc_hf_connect_audio()
421 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) { in btc_hf_disconnect_audio()
441 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) { in btc_hf_vra()
466 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) { in btc_hf_volume_control()
484 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) in btc_hf_unat_response()
512 if (is_connected(bd_addr) && (idx != BTC_HF_INVALID_IDX)) { in btc_hf_cmee_response()
535 if (is_connected(bd_addr)) { in btc_hf_indchange_notification()
[all …]
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c69 static bool is_connected = false; variable
325 if ((event.size)&&(is_connected)) { in uart_task()
424 if((heartbeat_count_num >3)&&(is_connected)){ in spp_heartbeat_task()
427 if(is_connected && enable_heart_ntf){ in spp_heartbeat_task()
429 }else if(!is_connected){ in spp_heartbeat_task()
582 is_connected = true; in gatts_profile_event_handler()
590 is_connected = false; in gatts_profile_event_handler()
/hal_espressif-3.4.0/examples/bluetooth/nimble/blehr/
Dblehr_test.py54 is_connected = ble_client_obj.connect(
57 if not is_connected:
/hal_espressif-3.4.0/examples/bluetooth/nimble/bleprph/
Dbleprph_test.py55 is_connected = ble_client_obj.connect(
58 if not is_connected:
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c106 static BOOLEAN is_connected(bt_bdaddr_t *bd_addr) in is_connected() function
187 if (is_connected(bd_addr)) { in connect_int()
239 if (is_connected(bd_addr)) in btc_hf_client_disconnect()
261 if (is_connected(bd_addr)) in btc_hf_client_connect_audio()
300 if (is_connected(bd_addr)) in btc_hf_client_disconnect_audio()
/hal_espressif-3.4.0/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c249 blufi_env.is_connected = true; in esp_blufi_gap_event()
274 blufi_env.is_connected = false; in esp_blufi_gap_event()
445 if (blufi_env.is_connected == false) { in esp_blufi_send_encap()
/hal_espressif-3.4.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c300 blufi_env.is_connected = true; in blufi_profile_cb()
317 blufi_env.is_connected = false; in blufi_profile_cb()
386 if (blufi_env.is_connected == false) { in esp_blufi_send_encap()
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c84 int is_connected = BTA_DmGetConnectionState(p_data->conn.remote_bda); in bas_gatts_callback() local
85 BTC_TRACE_ERROR("is_connected=%d\n", is_connected); in bas_gatts_callback()
/hal_espressif-3.4.0/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h37 BOOLEAN is_connected; member
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h227 BOOLEAN is_connected; member
/hal_espressif-3.4.0/components/usb/
Dhcd.c1130 bool is_connected = usbh_hal_port_check_if_connected(port->hal); in _port_debounce() local
1131 if (is_connected) { in _port_debounce()
1138 return is_connected; in _port_debounce()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h466 UINT32 is_connected; member
/hal_espressif-3.4.0/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c185 if (blufi_env.is_connected == false) { in btc_blufi_send_encap()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md620 param->connect.is_connected);
640 param->connect.is_connected);