Home
last modified time | relevance | path

Searched refs:svc_inst (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()
Dmock_stack_gatt_api.cc165 uint16_t svc_inst) { in GATTS_DeleteService() argument
168 svc_inst); in GATTS_DeleteService()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc367 uint16_t svc_inst) { 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_int.h559 uint16_t svc_inst);
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h340 uint16_t svc_inst; member
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h875 uint16_t svc_inst);