Searched refs:esp_ble_gatts_stop_service (Results 1 – 4 of 4) sorted by relevance
78 esp_ble_gatts_stop_service(hidd_svc_hdl); in esp_hidd_profile_deinit()
466 esp_err_t esp_ble_gatts_stop_service(uint16_t service_handle);
641 esp_ble_gatts_stop_service(dev->devices[d].hid_svc.handle); in ble_hid_stop_gatts()646 esp_ble_gatts_stop_service(dev->info_svc.handle); in ble_hid_stop_gatts()650 esp_ble_gatts_stop_service(dev->bat_svc.handle); in ble_hid_stop_gatts()
232 esp_err_t esp_ble_gatts_stop_service(uint16_t service_handle) in esp_ble_gatts_stop_service() function