Searched refs:esp_ble_gatts_start_service (Results 1 – 17 of 17) sorted by relevance
452 esp_err_t esp_ble_gatts_start_service(uint16_t service_handle);
625 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()
166 esp_ble_gatts_start_service(g_gatt_table_map[0]); in gatts_profile_event_handler()
339 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()
414 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()
396 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()
455 esp_ble_gatts_start_service(heart_rate_handle_table[HRS_IDX_SVC]); in gatts_profile_event_handler()
409 esp_ble_gatts_start_service(profile_handle_table[IDX_SVC]); in gatts_profile_event_handler()
250 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
217 esp_err_t esp_ble_gatts_start_service(uint16_t service_handle) in esp_ble_gatts_start_service() function
692 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()
470 esp_ble_gatts_start_service(heart_rate_handle_table[IDX_SVC]); in gatts_profile_event_handler()
618 esp_ble_gatts_start_service(spp_handle_table[SPP_IDX_SVC]); in gatts_profile_event_handler()
581 esp_ble_gatts_start_service(gatt_db_handle_table[IDX_SVC]); in gatts_profile_event_handler()
452 …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]);
481 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle); in gatts_profile_a_event_handler()
487 esp_ble_gatts_start_service(gl_profile_tab[PROFILE_A_APP_ID].service_handle);502 …esp_ble_gatts_start_service()` function with the service handle previously generated. An `ESP_GATT…