Home
last modified time | relevance | path

Searched refs:GATTS_AddService (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc50 struct GATTS_AddService GATTS_AddService; variable
89 tGATT_STATUS GATTS_AddService::return_value = GATT_SUCCESS;
159 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() function
162 return test::mock::stack_gatt_api::GATTS_AddService(gatt_if, service, count); in GATTS_AddService()
Dmock_stack_gatt_api.h195 struct GATTS_AddService { struct
206 extern struct GATTS_AddService GATTS_AddService; argument
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc145 GATTS_AddService(server_if, service.data(), service.size()); in bta_gatts_add_service_impl()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dgatt_fuzzer.cc216 (void)GATTS_AddService(s_AppIf, service, in ServerInit()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc371 status = GATTS_AddService(srvc_eng_cb.gatt_if, service, in DIS_SrInit()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc453 if (GATTS_AddService(gatt_if, service, in gap_attr_db_init()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h855 [[nodiscard]] tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if,
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc450 if (GATTS_AddService(gatt_cb.gatt_if, service, in gatt_profile_db_init()
Dgatt_api.cc169 tGATT_STATUS GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() function