Home
last modified time | relevance | path

Searched refs:app_start_hdl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc212 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl) { in GATTS_AddService()
213 s_hdl = gatt_cb.hdl_cfg.app_start_hdl; in GATTS_AddService()
407 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) && in GATTS_DeleteService()
Dgatt_int.h270 uint16_t app_start_hdl; member
Dgatt_main.cc151 gatt_cb.hdl_cfg.app_start_hdl = GATT_APP_START_HANDLE; in gatt_init()