Home
last modified time | relevance | path

Searched refs:esp_ble_gatts_start_service (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h452 esp_err_t esp_ble_gatts_start_service(uint16_t service_handle);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_device_le_prf.c625 esp_ble_gatts_start_service(hidd_le_env.hidd_inst.att_tbl[HIDD_LE_IDX_SVC]); in esp_hidd_prf_cb_hdl()
627 esp_ble_gatts_start_service(param->add_attr_tab.handles[0]); in esp_hidd_prf_cb_hdl()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c166 esp_ble_gatts_start_service(g_gatt_table_map[0]); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c339 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
486 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_B_APP_ID].service_handle); in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c414 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
585 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_B_APP_ID].service_handle); in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidd.c396 esp_ble_gatts_start_service(dev->bat_svc.handle); in bat_event_handler()
435 esp_ble_gatts_start_service(dev->info_svc.handle); in info_event_handler()
464 esp_ble_gatts_start_service(dev->devices[device_index].hid_svc.handle); in hid_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c455 esp_ble_gatts_start_service(heart_rate_handle_table[HRS_IDX_SVC]); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c409 esp_ble_gatts_start_service(profile_handle_table[IDX_SVC]); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c250 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatts_api.c217 esp_err_t esp_ble_gatts_start_service(uint16_t service_handle) in esp_ble_gatts_start_service() function
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c692 esp_ble_gatts_start_service(gatts_profile_tab[GATTS_PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
831 esp_ble_gatts_start_service(gatts_profile_tab[GATTS_PROFILE_B_APP_ID].service_handle); in gatts_profile_b_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c470 esp_ble_gatts_start_service(heart_rate_handle_table[IDX_SVC]); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c618 esp_ble_gatts_start_service(spp_handle_table[SPP_IDX_SVC]); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c581 esp_ble_gatts_start_service(gatt_db_handle_table[IDX_SVC]); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md452 …heart_rate_handle_table and the service is started using the ``esp_ble_gatts_start_service()`` fun…
466 esp_ble_gatts_start_service(heart_rate_handle_table[HRS_IDX_SVC]);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c481 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md487 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle);
502esp_ble_gatts_start_service()` function with the service handle previously generated. An `ESP_GATT…