/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gatts_api.c | 53 esp_err_t esp_ble_gatts_app_unregister(esp_gatt_if_t gatts_if) in esp_ble_gatts_app_unregister() 68 esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatts_if, in esp_ble_gatts_create_service() 87 esp_gatt_if_t gatts_if, in esp_ble_gatts_create_attr_tab() 248 esp_err_t esp_ble_gatts_send_indicate(esp_gatt_if_t gatts_if, uint16_t conn_id, uint16_t attr_handl… in esp_ble_gatts_send_indicate() 282 esp_err_t esp_ble_gatts_send_response(esp_gatt_if_t gatts_if, uint16_t conn_id, uint32_t trans_id, in esp_ble_gatts_send_response() 332 esp_err_t esp_ble_gatts_open(esp_gatt_if_t gatts_if, esp_bd_addr_t remote_bda, bool is_direct) in esp_ble_gatts_open() 350 esp_err_t esp_ble_gatts_close(esp_gatt_if_t gatts_if, uint16_t conn_id) in esp_ble_gatts_close() 366 esp_err_t esp_ble_gatts_send_service_change_indication(esp_gatt_if_t gatts_if, esp_bd_addr_t remote… in esp_ble_gatts_send_service_change_indication()
|
/hal_espressif-3.6.0/components/protocomm/src/transports/ |
D | protocomm_ble.c | 101 static void transport_simple_ble_read(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_g… in transport_simple_ble_read() 145 static esp_err_t prepare_write_event_env(esp_gatt_if_t gatts_if, in prepare_write_event_env() 213 static void transport_simple_ble_write(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_… in transport_simple_ble_write() 259 static void transport_simple_ble_exec_write(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp… in transport_simple_ble_exec_write() 299 static void transport_simple_ble_disconnect(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp… in transport_simple_ble_disconnect() 314 static void transport_simple_ble_connect(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_bl… in transport_simple_ble_connect() 328 static void transport_simple_ble_set_mtu(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_bl… in transport_simple_ble_set_mtu()
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/ |
D | bluedroid_gatts.c | 105 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… in example_write_event_env() 150 void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatt… in gatts_profile_a_event_handler() 382 void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param… in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/ |
D | gatts_demo.c | 149 uint16_t gatts_if; member 242 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… in example_write_event_env() 299 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_a_event_handler() 501 static void gatts_profile_b_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_b_event_handler() 645 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 106 uint16_t gatts_if; member 195 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… in example_write_event_env() 252 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_a_event_handler() 402 static void gatts_profile_b_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_b_event_handler() 546 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 137 uint16_t gatts_if; member 282 void example_prepare_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env,… in example_prepare_write_event_env() 341 static void gatts_profile_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble… in gatts_profile_event_handler() 488 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 34 static inline void btc_gatts_cb_to_app(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_… in btc_gatts_cb_to_app() 219 esp_gatt_if_t gatts_if, in btc_gatts_act_create_attr_tab() 753 esp_gatt_if_t gatts_if; in btc_gatts_cb_handler() local 962 esp_gatt_if_t gatts_if = BTC_GATT_GET_GATT_IF(param->congest.conn_id); in btc_congest_callback() local
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 208 uint16_t gatts_if; member 544 void esp_hidd_prf_cb_hdl(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in esp_hidd_prf_cb_hdl() 637 void hidd_le_create_service(esp_gatt_if_t gatts_if) in hidd_le_create_service() 690 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in gatts_event_handler()
|
D | hid_dev.c | 45 void hid_dev_send_report(esp_gatt_if_t gatts_if, uint16_t conn_id, in hid_dev_send_report()
|
D | esp_hidd_prf_api.h | 72 esp_gatt_if_t gatts_if; member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 68 uint16_t gatts_if; member 525 static void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, … in example_write_event_env() 582 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_a_event_handler() 750 static void gatts_profile_b_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_b_event_handler() 916 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatts.h | 52 esp_gatt_if_t gatts_if; member 57 esp_gatt_if_t gatts_if; member 64 esp_gatt_if_t gatts_if; member 136 esp_gatt_if_t gatts_if; member 148 esp_gatt_if_t gatts_if; member
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 171 uint16_t gatts_if; member 280 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… in example_write_event_env() 339 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… in gatts_profile_a_event_handler() 583 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 145 uint16_t gatts_if; member 386 void example_prepare_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env,… in example_prepare_write_event_env() 456 static void gatts_profile_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble… in gatts_profile_event_handler() 591 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 82 uint16_t gatts_if; member 398 esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param) in gatts_profile_event_handler() 472 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 64 uint16_t gatts_if; member 353 esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param) in gatts_profile_event_handler() 426 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, in gatts_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/ |
D | ble_spp_server_demo.c | 85 uint16_t gatts_if; member 486 static void gatts_profile_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble… in gatts_profile_event_handler() 628 static void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… in gatts_event_handler()
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidd.c | 381 …ent_handler(esp_ble_hidd_dev_t *dev, esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_g… in bat_event_handler() 426 …ent_handler(esp_ble_hidd_dev_t *dev, esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_g… in info_event_handler() 445 …e_hidd_dev_t *dev, int device_index, esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_g… in hid_event_handler() 605 static int get_device_map_index_by_gatts_if (esp_ble_hidd_dev_t *dev, esp_gatt_if_t gatts_if) in get_device_map_index_by_gatts_if() 751 void esp_hidd_gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts… in esp_hidd_gatts_event_handler()
|
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/ |
D | simple_ble.c | 67 static esp_gatt_if_t gatts_if = ESP_GATT_IF_NONE; in gatts_profile_event_handler() local
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/ |
D | bluedroid_gatts.h | 53 uint16_t gatts_if; member
|
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 404 esp_err_t esp_blufi_close(esp_gatt_if_t gatts_if, uint16_t conn_id) in esp_blufi_close()
|