Home
last modified time | relevance | path

Searched refs:p_svc_uuid (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.h213 std::function<bool(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst)>
216 bool operator()(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst) { in operator()
217 return body(gatt_if, p_svc_uuid, svc_inst); in operator()
445 std::function<bool(const Uuid& app_uuid128, Uuid* p_svc_uuid,
449 bool operator()(const Uuid& app_uuid128, Uuid* p_svc_uuid, in operator()
451 return body(app_uuid128, p_svc_uuid, start_handle); in operator()
Dmock_stack_gatt_api.cc164 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() argument
167 return test::mock::stack_gatt_api::GATTS_DeleteService(gatt_if, p_svc_uuid, in GATTS_DeleteService()
251 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument
254 return test::mock::stack_gatt_api::is_active_service(app_uuid128, p_svc_uuid, in is_active_service()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc338 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument
344 *p_svc_uuid == *p_this_uuid && (start_handle == info.s_hdl)) { in is_active_service()
345 log::error("Active Service Found: {}", *p_svc_uuid); in is_active_service()
366 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() argument
377 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService()
383 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
Dgatt_utils.cc246 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument
251 *p_svc_uuid == it->asgn_range.svc_uuid && in gatt_find_hdl_buffer_by_app_id()
Dgatt_int.h558 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h874 bluetooth::Uuid* p_svc_uuid,