Home
last modified time | relevance | path

Searched refs:GATTS_DeleteService (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc51 struct GATTS_DeleteService GATTS_DeleteService; variable
90 bool GATTS_DeleteService::return_value = false;
164 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() function
167 return test::mock::stack_gatt_api::GATTS_DeleteService(gatt_if, p_svc_uuid, in GATTS_DeleteService()
Dmock_stack_gatt_api.h211 struct GATTS_DeleteService { struct
220 extern struct GATTS_DeleteService GATTS_DeleteService; argument
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc305 if (GATTS_DeleteService(p_rcb->gatt_if, &p_srvc_cb->service_uuid, in bta_gatts_delete_service()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h873 [[nodiscard]] bool GATTS_DeleteService(tGATT_IF gatt_if,
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc366 bool GATTS_DeleteService(tGATT_IF gatt_if, Uuid* p_svc_uuid, in GATTS_DeleteService() function