Searched refs:p_svc_uuid (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.h | 213 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()
|
D | mock_stack_gatt_api.cc | 164 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/ |
D | gatt_api.cc | 338 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()
|
D | gatt_utils.cc | 246 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()
|
D | gatt_int.h | 558 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 874 bluetooth::Uuid* p_svc_uuid,
|