/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gattc_api.h | 266 typedef void (* esp_gattc_cb_t)(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_c… 307 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if); 323 esp_err_t esp_ble_gattc_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_type_t … 327 esp_err_t esp_ble_gattc_aux_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_typ… 343 esp_err_t esp_ble_gattc_close (esp_gatt_if_t gattc_if, uint16_t conn_id); 360 esp_err_t esp_ble_gattc_send_mtu_req (esp_gatt_if_t gattc_if, uint16_t conn_id); 378 esp_err_t esp_ble_gattc_search_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t *fil… 398 esp_gatt_status_t esp_ble_gattc_get_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t… 419 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, 443 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, [all …]
|
D | esp_gatts_api.h | 291 typedef void (* esp_gatts_cb_t)(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_c… 325 esp_err_t esp_ble_gatts_app_unregister(esp_gatt_if_t gatts_if); 344 esp_err_t esp_ble_gatts_create_service(esp_gatt_if_t gatts_if, 361 esp_gatt_if_t gatts_if, 487 esp_err_t esp_ble_gatts_send_indicate(esp_gatt_if_t gatts_if, uint16_t conn_id, uint16_t attr_handl… 505 esp_err_t esp_ble_gatts_send_response(esp_gatt_if_t gatts_if, uint16_t conn_id, uint32_t trans_id, 550 esp_err_t esp_ble_gatts_open(esp_gatt_if_t gatts_if, esp_bd_addr_t remote_bda, bool is_direct); 563 esp_err_t esp_ble_gatts_close(esp_gatt_if_t gatts_if, uint16_t conn_id); 579 esp_err_t esp_ble_gatts_send_service_change_indication(esp_gatt_if_t gatts_if, esp_bd_addr_t remote…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 51 esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if) in esp_ble_gattc_app_unregister() 66 esp_err_t esp_ble_gattc_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_type_t … in esp_ble_gattc_open() 87 esp_err_t esp_ble_gattc_aux_open(esp_gatt_if_t gattc_if, esp_bd_addr_t remote_bda, esp_ble_addr_typ… in esp_ble_gattc_aux_open() 108 esp_err_t esp_ble_gattc_close (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_close() 123 esp_err_t esp_ble_gattc_send_mtu_req (esp_gatt_if_t gattc_if, uint16_t conn_id) in esp_ble_gattc_send_mtu_req() 138 esp_err_t esp_ble_gattc_search_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t *fil… in esp_ble_gattc_search_service() 160 esp_gatt_status_t esp_ble_gattc_get_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t… in esp_ble_gattc_get_service() 174 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_char() 196 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_descr() 216 esp_gatt_status_t esp_ble_gattc_get_char_by_uuid(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_char_by_uuid() [all …]
|
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/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gatts.h | 52 esp_gatt_if_t gatts_if; 57 esp_gatt_if_t gatts_if; 64 esp_gatt_if_t gatts_if; 136 esp_gatt_if_t gatts_if; 148 esp_gatt_if_t gatts_if;
|
D | btc_gattc.h | 58 esp_gatt_if_t gattc_if; 62 esp_gatt_if_t gattc_if; 172 esp_gatt_if_t gattc_if; 178 esp_gatt_if_t gattc_if; 188 esp_gatt_if_t gattc_if; 195 esp_gatt_if_t gattc_if;
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/include/ |
D | bluedroid_gatts.h | 73 void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatt… 75 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… 78 void gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/ |
D | gattc_gatts_coex.c | 93 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 94 static void gatts_profile_b_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 96 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 97 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… 98 static void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, … 306 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler() 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() 887 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb() [all …]
|
/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/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/ |
D | main.c | 76 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 77 static void gatts_profile_b_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 78 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… 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/main/ |
D | gatts_demo.c | 41 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 42 static void gatts_profile_b_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 182 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… 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/components/esp_hid/src/ |
D | ble_hidh.c | 63 static esp_gatt_status_t read_char(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_g… in read_char() 79 static esp_gatt_status_t read_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_… in read_descr() 95 static void read_device_services(esp_gatt_if_t gattc_if, esp_hidh_dev_t *dev) in read_device_services() 289 static void register_for_notify(esp_gatt_if_t gattc_if, esp_bd_addr_t bda, uint16_t handle) in register_for_notify() 295 static void write_char_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, uint16_t va… in write_char_descr() 301 static void attach_report_listeners(esp_gatt_if_t gattc_if, esp_hidh_dev_t *dev) in attach_report_listeners() 331 static esp_gatt_if_t hid_gattc_if = 0; 333 void esp_hidh_gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc… in esp_hidh_gattc_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 53 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 54 static void gattc_profile_a_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… 55 static void gattc_profile_b_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… 56 static void gattc_profile_c_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… 137 static void gattc_profile_a_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… in gattc_profile_a_event_handler() 344 static void gattc_profile_b_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… in gattc_profile_b_event_handler() 544 static void gattc_profile_c_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_b… in gattc_profile_c_event_handler() 855 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hidd_le_prf_int.h | 317 esp_gatt_if_t gatt_if; 334 void hidd_le_create_service(esp_gatt_if_t gatts_if);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/ |
D | gattc_demo.c | 51 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 52 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… 98 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler() 410 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 151 esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param); 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/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/ |
D | example_ble_client_throughput.c | 75 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 76 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… 141 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler() 450 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/ |
D | example_ble_server_throughput.c | 66 static void gatts_profile_a_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_b… 199 void example_write_event_env(esp_gatt_if_t gatts_if, prepare_type_env_t *prepare_write_env, esp_ble… 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/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 44 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 45 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… 165 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler() 481 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
|
/hal_espressif-3.6.0/components/esp_hid/include/ |
D | esp_hidh_gattc.h | 34 void esp_hidh_gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc…
|
D | esp_hidd_gatts.h | 34 void esp_hidd_gatts_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble_gatts…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 47 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 48 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… 198 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler() 520 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_client/main/ |
D | spp_client_demo.c | 75 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… 76 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… 282 static void esp_gattc_cb(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param… in esp_gattc_cb() 310 static void gattc_profile_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble… in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/ |
D | ble_spp_server_demo.c | 57 static esp_gatt_if_t spp_gatts_if = 0xff; 119 static void gatts_profile_event_handler(esp_gatts_cb_event_t event, esp_gatt_if_t gatts_if, esp_ble… 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/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 159 esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param); 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()
|