Searched refs:p_svc_uuid (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_api.cc | 305 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument 311 *p_svc_uuid == *p_this_uuid && (start_handle == info.s_hdl)) { in is_active_service() 312 LOG(ERROR) << "Active Service Found: " << *p_svc_uuid; in is_active_service() 333 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() argument 344 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService() 352 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
|
D | gatt_utils.cc | 210 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument 215 *p_svc_uuid == it->asgn_range.svc_uuid && in gatt_find_hdl_buffer_by_app_id()
|
D | gatt_int.h | 464 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
|
/system/bt/stack/include/ |
D | gatt_api.h | 718 extern bool GATTS_DeleteService(tGATT_IF gatt_if, bluetooth::Uuid* p_svc_uuid,
|